GET /api/bet_types/86140511-5e63-4bc4-9964-bd4e45c7dcb0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "86140511-5e63-4bc4-9964-bd4e45c7dcb0",
    "match": "https://api-prod.gambitprofit.com/api/matches/d30c2b95-5102-41b2-b65c-b0f33c8f5b67/?format=api",
    "name": "Pick the Winner",
    "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": "SDG (S Manaea)",
                "amount": 6325.0
            },
            {
                "team": "KAN (J Heasley)",
                "amount": 3675.0
            }
        ],
        "expected_reward_tokens": 9297.75,
        "profit_sb": 297.75,
        "profit_sb_percentage": 3.31,
        "recommended": true
    },
    "lines": [
        {
            "id": "695b69b3-173c-4a19-be61-b883186fd985",
            "gambit_id": "ec755aef-d463-4a1b-8ca9-c446bc98a6de",
            "last_updated": "2022-08-29T13:07:04.916336-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG (S Manaea)",
            "reward": "1.47000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86140511-5e63-4bc4-9964-bd4e45c7dcb0/?format=api"
        },
        {
            "id": "a3f232b2-e23c-4206-a157-925ee4a87613",
            "gambit_id": "776b5019-8d92-4383-985f-a5437a681050",
            "last_updated": "2022-08-29T13:07:04.915868-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "KAN (J Heasley)",
            "reward": "2.53000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86140511-5e63-4bc4-9964-bd4e45c7dcb0/?format=api"
        }
    ]
}