GET /api/bet_types/3f24e145-b13a-40c0-b041-123d5c179b47/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3f24e145-b13a-40c0-b041-123d5c179b47",
    "match": "https://api-prod.gambitprofit.com/api/matches/e78589fe-bd75-4a46-86c8-4923361cad42/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-29T11:58:22.415653-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": "DET",
                "amount": 5867.0
            },
            {
                "team": "TEX",
                "amount": 4133.0
            }
        ],
        "expected_reward_tokens": 9504.54,
        "profit_sb": 4.54,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "fa0e6a69-69a0-4484-871b-d5a05860b1a4",
            "gambit_id": "deeb05c5-8b9d-437c-ba22-00bf24e1a8cf",
            "last_updated": "2023-06-30T10:43:12.282727-04:00",
            "created_at": "2023-06-29T11:58:22.417855-04:00",
            "name": "DET",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f24e145-b13a-40c0-b041-123d5c179b47/?format=api"
        },
        {
            "id": "663a8d94-63b3-4d22-a41d-025828020787",
            "gambit_id": "3f2aa043-0e9a-4bc1-bd61-0c1f811cc1a3",
            "last_updated": "2023-06-30T10:43:12.284388-04:00",
            "created_at": "2023-06-29T11:58:22.420160-04:00",
            "name": "TEX",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f24e145-b13a-40c0-b041-123d5c179b47/?format=api"
        }
    ]
}