GET /api/bet_types/823742b2-2b1a-4990-875d-79f19e8533fa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "823742b2-2b1a-4990-875d-79f19e8533fa",
    "match": "https://api-prod.gambitprofit.com/api/matches/43128974-d519-42b5-a13d-d6ccaedfb6e2/?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": "Los Angeles Kings",
                "amount": 5829.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 4171.0
            }
        ],
        "expected_reward_tokens": 9092.78,
        "profit_sb": 92.78,
        "profit_sb_percentage": 1.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "825bf931-895e-41b8-adf6-cc425ea0359e",
            "gambit_id": "daeb77fd-0360-4a88-9e84-3317ed547ae6",
            "last_updated": "2022-12-19T10:37:30.436021-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Kings",
            "reward": "1.56000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/823742b2-2b1a-4990-875d-79f19e8533fa/?format=api"
        },
        {
            "id": "cf6a98fd-bd64-40dc-9a92-2f03466dbf32",
            "gambit_id": "05a09873-e1eb-4947-b292-31b5402e25c5",
            "last_updated": "2022-12-19T10:37:30.437725-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Jose Sharks",
            "reward": "2.18000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/823742b2-2b1a-4990-875d-79f19e8533fa/?format=api"
        }
    ]
}