GET /api/bet_types/055e648b-dc49-4c05-adca-be10a950b334/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "055e648b-dc49-4c05-adca-be10a950b334",
    "match": "https://api-prod.gambitprofit.com/api/matches/7ea69369-9159-4ed6-b9c5-e214e76bd47c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-23T09:28:11.893514-04: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": "SEA (L Gilbert)",
                "amount": 5117.0
            },
            {
                "team": "BAL (K Gibson)",
                "amount": 4883.0
            }
        ],
        "expected_reward_tokens": 9568.79,
        "profit_sb": 68.79,
        "profit_sb_percentage": 0.72,
        "recommended": true
    },
    "lines": [
        {
            "id": "c0099f19-20da-4efc-9b87-59487828e786",
            "gambit_id": "1698899b-89c1-4f3b-b85b-46895ef90d13",
            "last_updated": "2023-06-26T10:23:06.462359-04:00",
            "created_at": "2023-06-23T09:28:11.895247-04:00",
            "name": "SEA (L Gilbert)",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/055e648b-dc49-4c05-adca-be10a950b334/?format=api"
        },
        {
            "id": "0f9bf1f3-d9ad-45cf-951b-e05ec7ec1733",
            "gambit_id": "b629aa87-e079-43a3-ad66-9402593a227a",
            "last_updated": "2023-06-26T10:23:06.465137-04:00",
            "created_at": "2023-06-23T09:28:11.897286-04:00",
            "name": "BAL (K Gibson)",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/055e648b-dc49-4c05-adca-be10a950b334/?format=api"
        }
    ]
}