GET /api/bet_types/62eab19d-be7d-407e-b253-1fd9befef65c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "62eab19d-be7d-407e-b253-1fd9befef65c",
    "match": "https://api-prod.gambitprofit.com/api/matches/8962f8fb-1dbd-4a2b-b983-66f3b42873e6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-08T08:38:23.874612-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": "ATL (S Strider)",
                "amount": 5909.0
            },
            {
                "team": "TAM (T Bradley)",
                "amount": 4091.0
            }
        ],
        "expected_reward_tokens": 9572.58,
        "profit_sb": 72.58,
        "profit_sb_percentage": 0.76,
        "recommended": true
    },
    "lines": [
        {
            "id": "ad4ac4b2-7ca7-4179-a8b4-96c095d9ec72",
            "gambit_id": "ff908b57-ac2b-4423-a995-bc8c6af6c914",
            "last_updated": "2023-07-10T10:08:11.466901-04:00",
            "created_at": "2023-07-08T08:38:23.877423-04:00",
            "name": "ATL (S Strider)",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/62eab19d-be7d-407e-b253-1fd9befef65c/?format=api"
        },
        {
            "id": "4e8d2bd6-ce87-4084-8844-1a58a34af14a",
            "gambit_id": "0b03dfca-6e03-4c5b-a4ab-5c7407329fb0",
            "last_updated": "2023-07-10T10:08:11.469170-04:00",
            "created_at": "2023-07-08T08:38:23.880633-04:00",
            "name": "TAM (T Bradley)",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/62eab19d-be7d-407e-b253-1fd9befef65c/?format=api"
        }
    ]
}