GET /api/bet_types/e665619c-d979-436a-ae6e-7b00e9a53d63/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e665619c-d979-436a-ae6e-7b00e9a53d63",
    "match": "https://api-prod.gambitprofit.com/api/matches/6ebf49d6-b16a-4ef1-9aed-2fca3901b118/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-14T12:02:14.040428-04: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": "TAM (D Rasmussen)",
                "amount": 5325.0
            },
            {
                "team": "TOR (J Berrios)",
                "amount": 4675.0
            }
        ],
        "expected_reward_tokens": 9583.75,
        "profit_sb": 83.75,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "74faa39c-e001-4471-9957-5de8d315ee97",
            "gambit_id": "3f6c61dc-750e-4912-811f-6474c2d9b5e7",
            "last_updated": "2023-04-15T15:42:04.761971-04:00",
            "created_at": "2023-04-14T12:02:14.044408-04:00",
            "name": "TAM (D Rasmussen)",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e665619c-d979-436a-ae6e-7b00e9a53d63/?format=api"
        },
        {
            "id": "2c5eb33a-b3f8-4b95-bfbd-e320fce513f9",
            "gambit_id": "1c23a51a-3bd4-49ac-ae9a-c24f17b98626",
            "last_updated": "2023-04-15T15:42:04.760234-04:00",
            "created_at": "2023-04-14T12:02:14.042333-04:00",
            "name": "TOR (J Berrios)",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e665619c-d979-436a-ae6e-7b00e9a53d63/?format=api"
        }
    ]
}