GET /api/bet_types/f1acdd7d-e3da-4983-b040-1b4823bc09d6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f1acdd7d-e3da-4983-b040-1b4823bc09d6",
    "match": "https://api-prod.gambitprofit.com/api/matches/69fcb2b6-49d4-4011-bca8-7ae6ded44238/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-20T09:21:58.244800-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": "Sacramento Kings",
                "amount": 6476.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 3524.0
            }
        ],
        "expected_reward_tokens": 9584.48,
        "profit_sb": 84.48,
        "profit_sb_percentage": 0.89,
        "recommended": true
    },
    "lines": [
        {
            "id": "722032a1-a881-4b84-a013-b2daf7dfabe3",
            "gambit_id": "2e7c1933-82cd-42b8-b014-793146e5886b",
            "last_updated": "2023-01-21T10:27:23.770767-05:00",
            "created_at": "2023-01-20T09:21:58.246243-05:00",
            "name": "Sacramento Kings",
            "reward": "1.48000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1acdd7d-e3da-4983-b040-1b4823bc09d6/?format=api"
        },
        {
            "id": "6b529b4c-e202-4e72-b542-db2ecdff8f83",
            "gambit_id": "4a566589-9524-4eaa-a321-23c3bc5224d7",
            "last_updated": "2023-01-21T10:27:23.772043-05:00",
            "created_at": "2023-01-20T09:21:58.247663-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "2.72000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1acdd7d-e3da-4983-b040-1b4823bc09d6/?format=api"
        }
    ]
}