GET /api/bet_types/dce0786a-9006-4d19-8fa9-1ad808505655/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dce0786a-9006-4d19-8fa9-1ad808505655",
    "match": "https://api-prod.gambitprofit.com/api/matches/ff2a2da6-677a-484e-b5a8-0e6dc6f83a91/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-15T11:36:57.362222-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": "BAL",
                "amount": 6010.0
            },
            {
                "team": "LAA",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "406d25e8-a7ed-4356-994f-bfbb76652771",
            "gambit_id": "a8e558ad-f134-440e-937b-0cefa0462b2d",
            "last_updated": "2023-05-16T10:42:09.973909-04:00",
            "created_at": "2023-05-15T11:36:57.363913-04:00",
            "name": "BAL",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dce0786a-9006-4d19-8fa9-1ad808505655/?format=api"
        },
        {
            "id": "05c46342-3328-45d3-bca4-a92564c230f2",
            "gambit_id": "4010a635-55f3-493b-b394-aba55c74df51",
            "last_updated": "2023-05-16T10:42:09.975951-04:00",
            "created_at": "2023-05-15T11:36:57.365398-04:00",
            "name": "LAA",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dce0786a-9006-4d19-8fa9-1ad808505655/?format=api"
        }
    ]
}