GET /api/bet_types/6cdc20c5-1cde-44ba-ad2a-a2e9f99d2540/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6cdc20c5-1cde-44ba-ad2a-a2e9f99d2540",
    "match": "https://api-prod.gambitprofit.com/api/matches/d2492a4c-2fe6-4c49-85af-a78891de3399/?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": "Brooklyn Nets",
                "amount": 8264.0
            },
            {
                "team": "Orlando Magic",
                "amount": 1736.0
            }
        ],
        "expected_reward_tokens": 9338.32,
        "profit_sb": 338.32,
        "profit_sb_percentage": 3.76,
        "recommended": true
    },
    "lines": [
        {
            "id": "3c5ddb6c-d942-446f-81c2-5c38a532b7c0",
            "gambit_id": "fc24759f-b705-4011-b41d-e346d115912e",
            "last_updated": "2022-11-29T09:57:06.396848-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.13000",
            "odds": "1.14290",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6cdc20c5-1cde-44ba-ad2a-a2e9f99d2540/?format=api"
        },
        {
            "id": "f2a222c2-a9ab-4433-98e8-ec87b719145c",
            "gambit_id": "50335f37-5e43-4334-bdc1-6911eeced59a",
            "last_updated": "2022-11-29T09:57:06.397996-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Orlando Magic",
            "reward": "5.38000",
            "odds": "6.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6cdc20c5-1cde-44ba-ad2a-a2e9f99d2540/?format=api"
        }
    ]
}