GET /api/bet_types/87d1e129-665b-4e7c-934c-77dad3f66e28/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "87d1e129-665b-4e7c-934c-77dad3f66e28",
    "match": "https://api-prod.gambitprofit.com/api/matches/4bef21e1-43db-4a48-9aa8-cba729d9e15a/?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": "Kansas City Chiefs",
                "amount": 5664.0
            },
            {
                "team": "Cincinnati Bengals",
                "amount": 4336.0
            }
        ],
        "expected_reward_tokens": 9062.24,
        "profit_sb": 62.24,
        "profit_sb_percentage": 0.69,
        "recommended": true
    },
    "lines": [
        {
            "id": "4d9f650b-5a40-43cf-a841-898b00194809",
            "gambit_id": "cb468492-edf9-492c-b665-c23328823656",
            "last_updated": "2022-12-05T15:22:04.745067-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kansas City Chiefs",
            "reward": "1.60000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87d1e129-665b-4e7c-934c-77dad3f66e28/?format=api"
        },
        {
            "id": "9f12faea-9c29-4495-8a73-4ee53c774c7e",
            "gambit_id": "baa7cdd7-9f6b-47a7-95de-28b36897388b",
            "last_updated": "2022-12-05T15:22:04.743937-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cincinnati Bengals",
            "reward": "2.09000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87d1e129-665b-4e7c-934c-77dad3f66e28/?format=api"
        }
    ]
}