GET /api/bet_types/f898d55d-82ba-47a7-9df9-4c5c6fe04801/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f898d55d-82ba-47a7-9df9-4c5c6fe04801",
    "match": "https://api-prod.gambitprofit.com/api/matches/b26b3faa-6bc4-4874-9f42-8e296cb02bb2/?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": "Northwestern",
                "amount": 5000.0
            },
            {
                "team": "Maryland",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "38783260-5fe2-46c8-9f08-1d22e51b1ad3",
            "gambit_id": "36ccb12a-636c-44e6-a175-7edee7057de6",
            "last_updated": "2022-10-23T19:32:04.976406-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Northwestern",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f898d55d-82ba-47a7-9df9-4c5c6fe04801/?format=api"
        },
        {
            "id": "dad3a05e-19b1-49aa-a5a1-74a53568474b",
            "gambit_id": "c2874689-3ce3-4cc9-ae95-0ec947e6a9f1",
            "last_updated": "2022-10-23T19:32:04.975426-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Maryland",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f898d55d-82ba-47a7-9df9-4c5c6fe04801/?format=api"
        }
    ]
}