GET /api/bet_types/454b6d8a-3548-4395-b6d3-36c7d2118ed2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "454b6d8a-3548-4395-b6d3-36c7d2118ed2",
    "match": "https://api-prod.gambitprofit.com/api/matches/0c15ea42-0f55-4af6-ab93-10d9fbfd686a/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Baltimore Ravens",
                "amount": 8338.0
            },
            {
                "team": "Carolina Panthers",
                "amount": 1662.0
            }
        ],
        "expected_reward_tokens": 9338.56,
        "profit_sb": 338.56,
        "profit_sb_percentage": 3.76,
        "recommended": true
    },
    "lines": [
        {
            "id": "ca6c3ab5-b0ff-4a5e-99b6-8368d1b968f8",
            "gambit_id": "7e3e63f0-dc96-4523-889f-8c0db970c8d1",
            "last_updated": "2022-11-21T15:59:01.105949-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Baltimore Ravens",
            "reward": "1.12000",
            "odds": "1.13330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/454b6d8a-3548-4395-b6d3-36c7d2118ed2/?format=api"
        },
        {
            "id": "4b1d8d33-890c-477d-b90b-e51ad3f198b8",
            "gambit_id": "d84b569f-8776-4436-9a02-4640970e5020",
            "last_updated": "2022-11-21T15:59:01.106903-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carolina Panthers",
            "reward": "5.62000",
            "odds": "6.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/454b6d8a-3548-4395-b6d3-36c7d2118ed2/?format=api"
        }
    ]
}