GET /api/bet_types/a8517ff1-f707-4b0a-a384-138407c4741d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a8517ff1-f707-4b0a-a384-138407c4741d",
    "match": "https://api-prod.gambitprofit.com/api/matches/7fc909dd-c146-4377-bddb-3e5aa4c96ee1/?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": "CWS (D Cease)",
                "amount": 6659.0
            },
            {
                "team": "DET (T Alexander)",
                "amount": 3341.0
            }
        ],
        "expected_reward_tokens": 9187.75,
        "profit_sb": 187.75,
        "profit_sb_percentage": 2.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "6c5b03fa-1feb-488e-8715-ec809d195603",
            "gambit_id": "6be87ee9-86a2-4947-877d-91433ecbe9af",
            "last_updated": "2022-09-26T10:27:12.399853-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CWS (D Cease)",
            "reward": "1.38000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8517ff1-f707-4b0a-a384-138407c4741d/?format=api"
        },
        {
            "id": "0e78528b-e2ee-4ac4-97aa-9174852d527b",
            "gambit_id": "49a227be-a046-4c92-9cb4-17e53fe1f99e",
            "last_updated": "2022-09-26T10:27:12.400920-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DET (T Alexander)",
            "reward": "2.75000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8517ff1-f707-4b0a-a384-138407c4741d/?format=api"
        }
    ]
}