GET /api/bet_types/e2ca1244-c09f-4dd5-87a3-182fecb98d27/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e2ca1244-c09f-4dd5-87a3-182fecb98d27",
    "match": "https://api-prod.gambitprofit.com/api/matches/237b6f02-9cb6-4b46-b554-0c4a85b530cb/?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": "Troy",
                "amount": 5000.0
            },
            {
                "team": "Arkansas State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "974c2bcf-694a-461a-b293-f0cbf6a9cb3f",
            "gambit_id": "1fdfb5dd-77f9-4501-b68c-7c66ecfdc50e",
            "last_updated": "2022-11-28T09:47:06.211829-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Troy",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2ca1244-c09f-4dd5-87a3-182fecb98d27/?format=api"
        },
        {
            "id": "fe3f99ea-5ecd-4c26-a7ff-d94f24641558",
            "gambit_id": "1b3c35ac-be21-42bd-9941-f911060e5dd0",
            "last_updated": "2022-11-28T09:47:06.210862-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arkansas State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2ca1244-c09f-4dd5-87a3-182fecb98d27/?format=api"
        }
    ]
}