GET /api/bet_types/6821a011-526d-4e25-81ff-8038375535e1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6821a011-526d-4e25-81ff-8038375535e1",
    "match": "https://api-prod.gambitprofit.com/api/matches/a16a950e-77ed-4fcb-b7c9-2b13bab69634/?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": "BAL (S Watkins)",
                "amount": 6183.0
            },
            {
                "team": "OAK (A Martinez)",
                "amount": 3817.0
            }
        ],
        "expected_reward_tokens": 9274.5,
        "profit_sb": 274.5,
        "profit_sb_percentage": 3.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "97024423-eae9-4286-921b-55fcc8130cc6",
            "gambit_id": "537f21eb-78a0-492d-8251-2beff5413e9f",
            "last_updated": "2022-09-05T13:47:14.781258-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL (S Watkins)",
            "reward": "1.50000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6821a011-526d-4e25-81ff-8038375535e1/?format=api"
        },
        {
            "id": "d9441af0-4208-4a89-80b5-2969b405bf2f",
            "gambit_id": "00da72af-1050-43ea-9b34-e1f80a63542b",
            "last_updated": "2022-09-05T13:47:14.782219-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "OAK (A Martinez)",
            "reward": "2.43000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6821a011-526d-4e25-81ff-8038375535e1/?format=api"
        }
    ]
}