GET /api/bet_types/ed853cd2-b314-40aa-826a-593e272acf56/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ed853cd2-b314-40aa-826a-593e272acf56",
    "match": "https://api-prod.gambitprofit.com/api/matches/24da4878-193a-4da9-92fb-e5ef7e5ef3dd/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-21T08:33:16.615262-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": "CWS",
                "amount": 6020.0
            },
            {
                "team": "TEX",
                "amount": 3980.0
            }
        ],
        "expected_reward_tokens": 9511.6,
        "profit_sb": 11.6,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "ca6bc93f-4e2e-42ca-8f4e-258b0e403c58",
            "gambit_id": "ea3f6b64-59a7-452f-a9c3-65a6e51e7ecb",
            "last_updated": "2023-06-22T10:48:28.431652-04:00",
            "created_at": "2023-06-21T08:33:16.619657-04:00",
            "name": "CWS",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed853cd2-b314-40aa-826a-593e272acf56/?format=api"
        },
        {
            "id": "92c5bf61-2f70-40dd-bacf-c83d453b4116",
            "gambit_id": "699f6824-a9a6-4ad4-986b-1d4e20c44e95",
            "last_updated": "2023-06-22T10:48:28.430225-04:00",
            "created_at": "2023-06-21T08:33:16.617388-04:00",
            "name": "TEX",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed853cd2-b314-40aa-826a-593e272acf56/?format=api"
        }
    ]
}