GET /api/bet_types/5a45b38d-4dae-4ea4-b578-877fcf544851/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5a45b38d-4dae-4ea4-b578-877fcf544851",
    "match": "https://api-prod.gambitprofit.com/api/matches/81457f99-5559-4791-8513-248aab172872/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-15T09:13:10.399232-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": "Tennessee Titans",
                "amount": 6020.0
            },
            {
                "team": "Houston Texans",
                "amount": 3980.0
            }
        ],
        "expected_reward_tokens": 9511.6,
        "profit_sb": 11.6,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "cd3df76c-513e-402e-87e3-28ca561919a9",
            "gambit_id": "881d38fb-5a0a-4f9e-9f5f-4e83f0ce7f66",
            "last_updated": "2023-12-19T09:58:15.547251-05:00",
            "created_at": "2023-12-15T09:13:10.408168-05:00",
            "name": "Tennessee Titans",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a45b38d-4dae-4ea4-b578-877fcf544851/?format=api"
        },
        {
            "id": "a96cf281-932a-4d8c-aa7f-8981321551cb",
            "gambit_id": "8cc72283-9521-4427-ae51-89c5432a48e0",
            "last_updated": "2023-12-19T09:58:15.544106-05:00",
            "created_at": "2023-12-15T09:13:10.404226-05:00",
            "name": "Houston Texans",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a45b38d-4dae-4ea4-b578-877fcf544851/?format=api"
        }
    ]
}