GET /api/bet_types/cfd216b3-6d0c-4ea0-b154-a862272fd720/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cfd216b3-6d0c-4ea0-b154-a862272fd720",
    "match": "https://api-prod.gambitprofit.com/api/matches/7893de99-7fab-4bba-a2cc-89e4ce3a7ee8/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "San Francisco Shock",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10900.0,
        "profit_sb": 1900.0,
        "profit_sb_percentage": 21.11,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "San Francisco Shock",
                "amount": 8341.0
            },
            {
                "team": "Vancouver Titans",
                "amount": 1659.0
            }
        ],
        "expected_reward_tokens": 9091.32,
        "profit_sb": 91.32,
        "profit_sb_percentage": 1.01,
        "recommended": true
    },
    "lines": [
        {
            "id": "d52f7d7d-50aa-4d95-9a9a-d4467a092e27",
            "gambit_id": "ee998329-745a-4fce-9f97-e6107b0661ff",
            "last_updated": "2022-09-10T21:32:25.481639-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Francisco Shock",
            "reward": "1.09000",
            "odds": "1.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cfd216b3-6d0c-4ea0-b154-a862272fd720/?format=api"
        },
        {
            "id": "d60d7ed4-f07f-4013-90dc-555cc84f4438",
            "gambit_id": "16e5bb93-7fcf-44a6-8d48-6a5005758438",
            "last_updated": "2022-09-10T21:32:25.482788-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vancouver Titans",
            "reward": "5.48000",
            "odds": "6.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cfd216b3-6d0c-4ea0-b154-a862272fd720/?format=api"
        }
    ]
}