GET /api/bet_types/f0b78646-c73e-4129-82e8-59003604a2d4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f0b78646-c73e-4129-82e8-59003604a2d4",
    "match": "https://api-prod.gambitprofit.com/api/matches/af3b45cd-71d1-4b8b-b497-fe67bc77f23a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-19T00:01:55.581391-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": "Marquette",
                "amount": 6020.0
            },
            {
                "team": "Michigan State",
                "amount": 3980.0
            }
        ],
        "expected_reward_tokens": 9511.6,
        "profit_sb": 11.6,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "8a52b51d-297a-4e91-92b2-81b992c0665a",
            "gambit_id": "3a57c914-b7e1-4eaa-9eed-142cbd6f7563",
            "last_updated": "2023-03-20T10:42:12.236418-04:00",
            "created_at": "2023-03-19T00:01:55.582975-04:00",
            "name": "Marquette",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0b78646-c73e-4129-82e8-59003604a2d4/?format=api"
        },
        {
            "id": "e5c8d8c3-9364-4ea3-a12b-7ad23f721b8a",
            "gambit_id": "3a896c44-21dd-47f5-893b-2b948aae37c1",
            "last_updated": "2023-03-20T10:42:12.238946-04:00",
            "created_at": "2023-03-19T00:01:55.584923-04:00",
            "name": "Michigan State",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0b78646-c73e-4129-82e8-59003604a2d4/?format=api"
        }
    ]
}