GET /api/bet_types/65c0149c-d4f2-4738-aa74-69d09a4dc17c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "65c0149c-d4f2-4738-aa74-69d09a4dc17c",
    "match": "https://api-prod.gambitprofit.com/api/matches/313c4455-ef42-4de0-8256-358fa638c326/?format=api",
    "name": "Play the Odds",
    "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": "Las Vegas Raiders",
                "amount": 5095.0
            },
            {
                "team": "Minnesota Vikings",
                "amount": 4905.0
            }
        ],
        "expected_reward_tokens": 9171.0,
        "profit_sb": 171.0,
        "profit_sb_percentage": 1.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "09f03346-c6e1-40fd-a04f-9895a98bed54",
            "gambit_id": "cfa4474d-edba-4c78-b4e0-5dbd16d8975b",
            "last_updated": "2022-08-15T14:31:54.917125-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Las Vegas Raiders",
            "reward": "1.80000",
            "odds": "1.86960",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65c0149c-d4f2-4738-aa74-69d09a4dc17c/?format=api"
        },
        {
            "id": "5230d8f9-72af-4ddc-a673-0865c98a6b48",
            "gambit_id": "df5acea2-0f49-46b7-acd0-49032ffbeb84",
            "last_updated": "2022-08-15T14:31:54.917577-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Vikings",
            "reward": "1.87000",
            "odds": "1.95240",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65c0149c-d4f2-4738-aa74-69d09a4dc17c/?format=api"
        }
    ]
}