GET /api/bet_types/d00d4bdc-f2a0-4cbb-9fe8-d465dda4eeb7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d00d4bdc-f2a0-4cbb-9fe8-d465dda4eeb7",
    "match": "https://api-prod.gambitprofit.com/api/matches/439b3241-b884-4ee4-b7d4-cfc80cc077e0/?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": "UTSA",
                "amount": 5000.0
            },
            {
                "team": "UTEP",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "a322dd5e-5a4e-4e6e-a754-4f78b5db4951",
            "gambit_id": "cc96dab8-ae44-49c2-b959-80edaab38360",
            "last_updated": "2022-11-28T09:52:08.480722-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UTSA",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-16.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d00d4bdc-f2a0-4cbb-9fe8-d465dda4eeb7/?format=api"
        },
        {
            "id": "4cac06fd-34f6-4c1e-805a-b3bbd26aaf64",
            "gambit_id": "27f39b83-23de-4b2d-9199-b92395f4fc64",
            "last_updated": "2022-11-28T09:52:08.481698-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UTEP",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "16.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d00d4bdc-f2a0-4cbb-9fe8-d465dda4eeb7/?format=api"
        }
    ]
}