GET /api/bet_types/a871f9e1-02db-4ade-8409-f77bd5753a82/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a871f9e1-02db-4ade-8409-f77bd5753a82",
    "match": "https://api-prod.gambitprofit.com/api/matches/f627947d-bef1-4d7e-8a09-c219836e9c5c/?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": "Nasrat Haqparast",
                "amount": 6658.0
            },
            {
                "team": "John Makdessi",
                "amount": 3342.0
            }
        ],
        "expected_reward_tokens": 9054.88,
        "profit_sb": 54.88,
        "profit_sb_percentage": 0.61,
        "recommended": true
    },
    "lines": [
        {
            "id": "1c9d687e-0541-456c-9d50-60cea88ba084",
            "gambit_id": "728a49f4-1864-494e-9cc6-3811bddce94b",
            "last_updated": "2022-09-05T10:32:08.191240-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nasrat Haqparast",
            "reward": "1.36000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a871f9e1-02db-4ade-8409-f77bd5753a82/?format=api"
        },
        {
            "id": "18e4857e-6025-42ea-b446-848881283e12",
            "gambit_id": "3bb2e9ba-32fc-4e25-bde4-e93bdab91014",
            "last_updated": "2022-09-05T10:32:08.192289-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "John Makdessi",
            "reward": "2.71000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a871f9e1-02db-4ade-8409-f77bd5753a82/?format=api"
        }
    ]
}