GET /api/bet_types/0234dd33-9cdc-48b4-8b28-dcc5d0a6c53a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0234dd33-9cdc-48b4-8b28-dcc5d0a6c53a",
    "match": "https://api-prod.gambitprofit.com/api/matches/2ede9f32-e028-4d27-96bd-dd1703670ec3/?format=api",
    "name": "Pick the Winner",
    "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": "Marshall",
                "amount": 6683.0
            },
            {
                "team": "Georgia Southern",
                "amount": 3317.0
            }
        ],
        "expected_reward_tokens": 9154.92,
        "profit_sb": 154.92,
        "profit_sb_percentage": 1.72,
        "recommended": true
    },
    "lines": [
        {
            "id": "ee4fd40a-36c0-40ed-9803-caa195130e35",
            "gambit_id": "9520ec64-18cc-4aba-9c90-0f0be09b9b7f",
            "last_updated": "2022-11-21T09:58:08.283382-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Marshall",
            "reward": "1.37000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0234dd33-9cdc-48b4-8b28-dcc5d0a6c53a/?format=api"
        },
        {
            "id": "27b762f8-005c-4a43-9a06-605ec5ccb9cb",
            "gambit_id": "15657ee3-4095-4a50-977e-264c2ebf412d",
            "last_updated": "2022-11-21T09:58:08.282272-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Georgia Southern",
            "reward": "2.76000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0234dd33-9cdc-48b4-8b28-dcc5d0a6c53a/?format=api"
        }
    ]
}