GET /api/bet_types/6cd1aca5-d352-4446-9c18-4e962e06ec77/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6cd1aca5-d352-4446-9c18-4e962e06ec77",
    "match": "https://api-prod.gambitprofit.com/api/matches/cc0efc44-a744-4d00-94b4-528c60dc823d/?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": "Charlotte Hornets",
                "amount": 5571.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 4429.0
            }
        ],
        "expected_reward_tokens": 9079.45,
        "profit_sb": 79.45,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "4d4bf673-82e5-49f6-9c11-8d159fdbfd4b",
            "gambit_id": "4aed6132-7481-476e-92fa-b73518ef132f",
            "last_updated": "2022-12-17T19:42:23.182609-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.63000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6cd1aca5-d352-4446-9c18-4e962e06ec77/?format=api"
        },
        {
            "id": "6cb81b3b-0e6f-4c08-b846-a46edf83c957",
            "gambit_id": "66186c73-8a42-4876-ad0f-be5fc5b39d8e",
            "last_updated": "2022-12-17T19:42:23.183696-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Hawks",
            "reward": "2.05000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6cd1aca5-d352-4446-9c18-4e962e06ec77/?format=api"
        }
    ]
}