GET /api/bet_types/a9b66c89-18bc-40a6-8046-2eaf91607fb2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a9b66c89-18bc-40a6-8046-2eaf91607fb2",
    "match": "https://api-prod.gambitprofit.com/api/matches/2bae322d-e4c2-4f22-b133-f2fd485840d5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-09T08:13:11.349513-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": "CHC (K Hendricks)",
                "amount": 5117.0
            },
            {
                "team": "NYM (D Peterson)",
                "amount": 4883.0
            }
        ],
        "expected_reward_tokens": 9568.79,
        "profit_sb": 68.79,
        "profit_sb_percentage": 0.72,
        "recommended": true
    },
    "lines": [
        {
            "id": "b4e57a47-8901-40cf-8ead-f9dbd80a4378",
            "gambit_id": "949b2608-d2e0-47fe-aab5-c4433a9cf61a",
            "last_updated": "2023-08-10T12:28:24.847979-04:00",
            "created_at": "2023-08-09T08:13:11.353490-04:00",
            "name": "CHC (K Hendricks)",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9b66c89-18bc-40a6-8046-2eaf91607fb2/?format=api"
        },
        {
            "id": "3492b809-ccb1-4502-851d-3da380e25339",
            "gambit_id": "fb25d175-bfb3-49b2-8a35-102d718480f9",
            "last_updated": "2023-08-10T12:28:24.851561-04:00",
            "created_at": "2023-08-09T08:13:11.357708-04:00",
            "name": "NYM (D Peterson)",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9b66c89-18bc-40a6-8046-2eaf91607fb2/?format=api"
        }
    ]
}