GET /api/bet_types/8c10dce2-83fc-4a6b-917e-afa9f6055b14/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8c10dce2-83fc-4a6b-917e-afa9f6055b14",
    "match": "https://api-prod.gambitprofit.com/api/matches/497c6434-4ed6-492a-a9e2-cb54ee90a063/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-02T08:28:15.463355-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": "Los Angeles Lakers",
                "amount": 6458.0
            },
            {
                "team": "Houston Rockets",
                "amount": 3542.0
            }
        ],
        "expected_reward_tokens": 9492.56,
        "profit_sb": -7.44,
        "profit_sb_percentage": -0.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "15b2148a-6cd0-4ca7-b314-187c03a422f2",
            "gambit_id": "d567c510-5aef-4734-8613-74d92e7f0a72",
            "last_updated": "2023-12-04T15:08:32.443286-05:00",
            "created_at": "2023-12-02T08:28:15.472453-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c10dce2-83fc-4a6b-917e-afa9f6055b14/?format=api"
        },
        {
            "id": "5e86d677-06d5-4c8f-b617-1af2e7e00c05",
            "gambit_id": "e98d680f-0f20-4a3c-aacd-1f0bedc581c5",
            "last_updated": "2023-12-04T15:08:32.439464-05:00",
            "created_at": "2023-12-02T08:28:15.466822-05:00",
            "name": "Houston Rockets",
            "reward": "2.68000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c10dce2-83fc-4a6b-917e-afa9f6055b14/?format=api"
        }
    ]
}