GET /api/bet_types/07056a21-f140-4f77-a6cd-a7554151a3e4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "07056a21-f140-4f77-a6cd-a7554151a3e4",
    "match": "https://api-prod.gambitprofit.com/api/matches/21ec2dc8-8aaa-4a42-bee5-b64c53f0a9f9/?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": "Oklahoma",
                "amount": 5000.0
            },
            {
                "team": "Kansas State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "699449fa-95bd-4a9e-bb30-2e11bd19fe3d",
            "gambit_id": "978d669c-26ea-462a-b170-b9c174246cad",
            "last_updated": "2022-09-25T21:27:24.237161-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07056a21-f140-4f77-a6cd-a7554151a3e4/?format=api"
        },
        {
            "id": "4e473d4d-2b76-4a35-bd38-59738eaef865",
            "gambit_id": "6701b3ec-ef12-4659-90c5-1de9e1dc80a3",
            "last_updated": "2022-09-25T21:27:24.238241-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kansas State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07056a21-f140-4f77-a6cd-a7554151a3e4/?format=api"
        }
    ]
}