GET /api/bet_types/89f0fceb-3049-49e6-8dbf-0c7c9e01e484/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "89f0fceb-3049-49e6-8dbf-0c7c9e01e484",
    "match": "https://api-prod.gambitprofit.com/api/matches/78241700-dcfa-495c-82c1-158230ff0203/?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": 7202.0
            },
            {
                "team": "WAS (An Sanchez)",
                "amount": 2798.0
            }
        ],
        "expected_reward_tokens": 9289.36,
        "profit_sb": 289.36,
        "profit_sb_percentage": 3.22,
        "recommended": true
    },
    "lines": [
        {
            "id": "4a259bff-9957-41d5-b037-c0b28bef1f26",
            "gambit_id": "7104fcae-654c-4813-ab78-0ee77d9b0776",
            "last_updated": "2022-08-14T13:46:50.828695-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG (Y Darvish)",
            "reward": "1.29000",
            "odds": "1.32260",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89f0fceb-3049-49e6-8dbf-0c7c9e01e484/?format=api"
        },
        {
            "id": "3a9c7ca7-4063-45e1-a840-b89d0429cde7",
            "gambit_id": "69b57c12-4dbe-4616-a878-4809fdb12a73",
            "last_updated": "2022-08-14T13:46:50.828265-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "WAS (An Sanchez)",
            "reward": "3.32000",
            "odds": "3.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89f0fceb-3049-49e6-8dbf-0c7c9e01e484/?format=api"
        }
    ]
}