GET /api/bet_types/ea782a9e-2696-48c9-9037-bb5a7c1453bf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ea782a9e-2696-48c9-9037-bb5a7c1453bf",
    "match": "https://api-prod.gambitprofit.com/api/matches/8db581a4-707c-42f9-8ca3-5298cd903e36/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-14T12:02:17.284548-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": "Orlando Guardians",
                "amount": 5000.0
            },
            {
                "team": "San Antonio Brahmas",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "6586515d-9a39-4f04-9eeb-6a1f6cd76386",
            "gambit_id": "5827a6db-391b-4e88-8ed5-5f9221fba846",
            "last_updated": "2023-04-17T11:42:04.975691-04:00",
            "created_at": "2023-04-14T12:02:17.291419-04:00",
            "name": "Orlando Guardians",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea782a9e-2696-48c9-9037-bb5a7c1453bf/?format=api"
        },
        {
            "id": "8dbfbeb6-2c8f-4424-83a2-1020235e0175",
            "gambit_id": "21f726b8-81ed-49c2-bdd1-9d081e9ab66e",
            "last_updated": "2023-04-17T11:42:04.972345-04:00",
            "created_at": "2023-04-14T12:02:17.287002-04:00",
            "name": "San Antonio Brahmas",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea782a9e-2696-48c9-9037-bb5a7c1453bf/?format=api"
        }
    ]
}