GET /api/bet_types/fc1cc676-a890-439f-bbab-4bf68f2873ec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fc1cc676-a890-439f-bbab-4bf68f2873ec",
    "match": "https://api-prod.gambitprofit.com/api/matches/839a7df9-d452-460d-a13e-2d22b80fa5dc/?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": "New Mexico",
                "amount": 5000.0
            },
            {
                "team": "Utah State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "b92c0803-b192-402f-844d-7f1727f76b10",
            "gambit_id": "a9c558c2-a3d8-4666-b849-bdbffc0bfa92",
            "last_updated": "2022-11-06T15:58:32.419291-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Mexico",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "14.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc1cc676-a890-439f-bbab-4bf68f2873ec/?format=api"
        },
        {
            "id": "4ad64f56-2746-461a-84a3-0523129f828e",
            "gambit_id": "4749ab73-7133-44f8-b06f-9bef4f1c2103",
            "last_updated": "2022-11-06T15:58:32.418333-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-14.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc1cc676-a890-439f-bbab-4bf68f2873ec/?format=api"
        }
    ]
}