GET /api/bet_types/3bdc7e43-7f5f-42fb-84ec-2baeea8fa456/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3bdc7e43-7f5f-42fb-84ec-2baeea8fa456",
    "match": "https://api-prod.gambitprofit.com/api/matches/284f6023-3c1c-4e03-b3a4-073461f39cd0/?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": "Georgia",
                "amount": 5000.0
            },
            {
                "team": "Georgia Tech",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "8b8dde49-db36-46ee-9087-8a99a9388a00",
            "gambit_id": "c600de13-0735-4e95-9f53-ba455428d417",
            "last_updated": "2022-11-28T10:12:09.154747-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Georgia",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-36.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3bdc7e43-7f5f-42fb-84ec-2baeea8fa456/?format=api"
        },
        {
            "id": "3d502962-4ad5-49c9-b905-0f43bc510b9c",
            "gambit_id": "f4279a98-c53e-455d-bd47-c81e098329c3",
            "last_updated": "2022-11-28T10:12:09.153581-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Georgia Tech",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "36.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3bdc7e43-7f5f-42fb-84ec-2baeea8fa456/?format=api"
        }
    ]
}