GET /api/bet_types/8556d200-5562-4066-a37d-7b0346fdc740/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8556d200-5562-4066-a37d-7b0346fdc740",
    "match": "https://api-prod.gambitprofit.com/api/matches/d8b7b9c5-62a2-492c-b6cb-0a44f6f802a4/?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": "CHC (M Stroman)",
                "amount": 5445.0
            },
            {
                "team": "COL (G Marquez)",
                "amount": 4555.0
            }
        ],
        "expected_reward_tokens": 9201.1,
        "profit_sb": 201.1,
        "profit_sb_percentage": 2.23,
        "recommended": true
    },
    "lines": [
        {
            "id": "d63466fe-f3ee-4f5c-98f8-af4efac7fb0e",
            "gambit_id": "4cc4d181-a778-47d2-815b-5ef76af2bf6a",
            "last_updated": "2022-09-17T17:22:26.624023-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC (M Stroman)",
            "reward": "1.69000",
            "odds": "1.79370",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8556d200-5562-4066-a37d-7b0346fdc740/?format=api"
        },
        {
            "id": "9e9ae0f5-d756-4d0b-a856-6439d83a10c7",
            "gambit_id": "b6eeec7f-c3f2-4b0e-85a3-c5be831441b2",
            "last_updated": "2022-09-17T17:22:26.625065-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL (G Marquez)",
            "reward": "2.02000",
            "odds": "2.16000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8556d200-5562-4066-a37d-7b0346fdc740/?format=api"
        }
    ]
}