GET /api/bet_types/03c20402-fc9d-4411-b95c-1f0afc01a456/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "03c20402-fc9d-4411-b95c-1f0afc01a456",
    "match": "https://api-prod.gambitprofit.com/api/matches/3143696e-b7d7-4936-8d7b-ffcbb67f2e97/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Florida",
                "amount": 5106.0
            },
            {
                "team": "LSU",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "c7124f40-6458-4139-be5e-bf71856343b9",
            "gambit_id": "3bd4f8da-80fc-491e-a641-bee2ff5f7929",
            "last_updated": "2022-10-17T09:51:53.671569-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03c20402-fc9d-4411-b95c-1f0afc01a456/?format=api"
        },
        {
            "id": "6ac50826-35a5-4848-8b2e-18ecc459ec64",
            "gambit_id": "065df36d-60d1-407a-940c-53b15c88a53c",
            "last_updated": "2022-10-17T09:51:53.672553-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LSU",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03c20402-fc9d-4411-b95c-1f0afc01a456/?format=api"
        }
    ]
}