GET /api/bet_types/924b6011-f7a6-43c0-8b4f-acc85acb9a0c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "924b6011-f7a6-43c0-8b4f-acc85acb9a0c",
    "match": "https://api-prod.gambitprofit.com/api/matches/39f2de6d-8f94-45cd-b4ec-3fc72e1c0513/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-11T10:08:15.292525-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 (S McClanahan)",
                "amount": 6293.0
            },
            {
                "team": "TEX (M Perez)",
                "amount": 3707.0
            }
        ],
        "expected_reward_tokens": 9564.06,
        "profit_sb": 64.06,
        "profit_sb_percentage": 0.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "71d829c3-10c8-4339-b32f-f73a5da98124",
            "gambit_id": "a822dfae-292a-4d3c-82c6-cc676d01faab",
            "last_updated": "2023-06-12T18:48:18.833120-04:00",
            "created_at": "2023-06-11T10:08:15.296180-04:00",
            "name": "TAM (S McClanahan)",
            "reward": "1.52000",
            "odds": "1.54050",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/924b6011-f7a6-43c0-8b4f-acc85acb9a0c/?format=api"
        },
        {
            "id": "007664aa-6cc9-4708-98a3-1bcb3f410ed5",
            "gambit_id": "4e7a300b-2dde-45e3-b048-b97f086013b7",
            "last_updated": "2023-06-12T18:48:18.831017-04:00",
            "created_at": "2023-06-11T10:08:15.294388-04:00",
            "name": "TEX (M Perez)",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/924b6011-f7a6-43c0-8b4f-acc85acb9a0c/?format=api"
        }
    ]
}