GET /api/bet_types/9a6ab8cd-7a31-4dec-9f2a-2d90f6a32a95/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9a6ab8cd-7a31-4dec-9f2a-2d90f6a32a95",
    "match": "https://api-prod.gambitprofit.com/api/matches/09d5b652-4886-4e5c-9ea5-4e1765b69254/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-17T11:06:50.551926-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": "PHI (T Walker)",
                "amount": 5170.0
            },
            {
                "team": "SFO (R Stripling)",
                "amount": 4830.0
            }
        ],
        "expected_reward_tokens": 9563.4,
        "profit_sb": 63.4,
        "profit_sb_percentage": 0.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "2ac4a4f5-ab88-4fbb-a009-cc1b59166ec2",
            "gambit_id": "df969686-d7a2-4b55-bcfe-a2478d56a8fa",
            "last_updated": "2023-05-18T11:47:19.338335-04:00",
            "created_at": "2023-05-17T11:06:50.555706-04:00",
            "name": "PHI (T Walker)",
            "reward": "1.85000",
            "odds": "1.89290",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a6ab8cd-7a31-4dec-9f2a-2d90f6a32a95/?format=api"
        },
        {
            "id": "d9d3b171-2111-4b73-b9b9-f93e8c9132e2",
            "gambit_id": "58b9eb8d-5d14-4d15-80f6-609775129499",
            "last_updated": "2023-05-18T11:47:19.337085-04:00",
            "created_at": "2023-05-17T11:06:50.553820-04:00",
            "name": "SFO (R Stripling)",
            "reward": "1.98000",
            "odds": "2.02000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a6ab8cd-7a31-4dec-9f2a-2d90f6a32a95/?format=api"
        }
    ]
}