GET /api/bet_types/688b8100-7484-406a-b686-69b43fdd23a2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "688b8100-7484-406a-b686-69b43fdd23a2",
    "match": "https://api-prod.gambitprofit.com/api/matches/abc3a533-c0f1-412d-b162-1d583269be04/?format=api",
    "name": "FreeForm",
    "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": "Even",
                "amount": 5000.0
            },
            {
                "team": "Odd",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "58fed214-cc74-43c0-99c4-4c6fb2165cae",
            "gambit_id": "bfce3c5b-6427-4432-88b5-68db9a8b24f0",
            "last_updated": "2022-11-07T09:27:39.839958-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Even",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/688b8100-7484-406a-b686-69b43fdd23a2/?format=api"
        },
        {
            "id": "0fcf5de8-2bab-4e0d-b6d3-ada29180bb7f",
            "gambit_id": "f9b88a24-c145-4dcf-afab-ec534406684f",
            "last_updated": "2022-11-07T09:27:39.841114-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Odd",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/688b8100-7484-406a-b686-69b43fdd23a2/?format=api"
        }
    ]
}