GET /api/bet_types/d1f8f89d-a55f-441d-967f-cda38bfaf2bf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d1f8f89d-a55f-441d-967f-cda38bfaf2bf",
    "match": "https://api-prod.gambitprofit.com/api/matches/d874635f-ab4d-4ba4-9ed8-20bc0ba592af/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-10T15:13:10.721875-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": "TEX",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "ce80425b-a411-4988-9ef8-6a5dd29dad16",
            "gambit_id": "a1c120b1-a5ef-4036-8022-3be5da55fa32",
            "last_updated": "2023-10-11T09:02:56.240571-04:00",
            "created_at": "2023-10-10T15:13:10.728106-04:00",
            "name": "BAL",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1f8f89d-a55f-441d-967f-cda38bfaf2bf/?format=api"
        },
        {
            "id": "8896f37b-6130-4a9f-8ffd-127324fcddc4",
            "gambit_id": "11e20861-1ecd-457a-8b68-81d04a46af56",
            "last_updated": "2023-10-11T09:02:56.244771-04:00",
            "created_at": "2023-10-10T15:13:10.733320-04:00",
            "name": "TEX",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1f8f89d-a55f-441d-967f-cda38bfaf2bf/?format=api"
        }
    ]
}