GET /api/bet_types/56177bfe-4ba5-4966-9b36-9460c6e6a68b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "56177bfe-4ba5-4966-9b36-9460c6e6a68b",
    "match": "https://api-prod.gambitprofit.com/api/matches/5e7a30aa-1347-4620-95eb-7cb26665ee33/?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": "SDG (Y Darvish)",
                "amount": 5745.0
            },
            {
                "team": "ARI (R Nelson)",
                "amount": 4255.0
            }
        ],
        "expected_reward_tokens": 9190.8,
        "profit_sb": 190.8,
        "profit_sb_percentage": 2.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "b08ae27e-0b5d-4104-bf12-c859a0aa1576",
            "gambit_id": "bac66f0f-4664-4b79-993e-ba9993b8a22f",
            "last_updated": "2022-09-19T11:47:12.545058-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG (Y Darvish)",
            "reward": "1.60000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56177bfe-4ba5-4966-9b36-9460c6e6a68b/?format=api"
        },
        {
            "id": "e0ae3314-644e-4016-a926-2ae0df4e86f8",
            "gambit_id": "cee5a811-20e4-4fed-a725-25782f0bc6db",
            "last_updated": "2022-09-19T11:47:12.544077-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI (R Nelson)",
            "reward": "2.16000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56177bfe-4ba5-4966-9b36-9460c6e6a68b/?format=api"
        }
    ]
}