GET /api/bet_types/694c721f-fbbf-4822-bd9b-4f262c70bce2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "694c721f-fbbf-4822-bd9b-4f262c70bce2",
    "match": "https://api-prod.gambitprofit.com/api/matches/8deddbdc-a6d7-4f35-9512-1bf92bd03232/?format=api",
    "name": "FreeForm",
    "created_at": "2023-11-25T09:23:05.868013-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": "Odd",
                "amount": 5000.0
            },
            {
                "team": "Even",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "186b0306-c581-496f-bb75-7f30510318f1",
            "gambit_id": "9b5b5c8e-89a8-40df-bab4-4d25b81bcda2",
            "last_updated": "2023-11-27T10:28:04.434493-05:00",
            "created_at": "2023-11-25T09:23:05.871589-05:00",
            "name": "Odd",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/694c721f-fbbf-4822-bd9b-4f262c70bce2/?format=api"
        },
        {
            "id": "eb24126a-c3c5-465a-8e45-00118c4cba1c",
            "gambit_id": "ae70acf6-234a-454f-988b-02535d0dea25",
            "last_updated": "2023-11-27T10:28:04.438240-05:00",
            "created_at": "2023-11-25T09:23:05.876214-05:00",
            "name": "Even",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/694c721f-fbbf-4822-bd9b-4f262c70bce2/?format=api"
        }
    ]
}