GET /api/bet_types/55c2bc8f-faa4-42a7-ac45-6eb3f233c95a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "55c2bc8f-faa4-42a7-ac45-6eb3f233c95a",
    "match": "https://api-prod.gambitprofit.com/api/matches/bc1cacff-ede8-4e66-93b5-7007e741dddf/?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": "Washington Wizards",
                "amount": 5208.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "8c15c568-37ec-46fc-9f61-de95c2c6aa2c",
            "gambit_id": "3e391d22-22db-45a0-bdeb-4fad93669d6e",
            "last_updated": "2022-11-29T09:57:07.675034-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Wizards",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55c2bc8f-faa4-42a7-ac45-6eb3f233c95a/?format=api"
        },
        {
            "id": "4b8c67c4-fcca-4dec-813e-510bbff3cd63",
            "gambit_id": "7e387efa-cdb5-4912-9315-c415e4acd1ac",
            "last_updated": "2022-11-29T09:57:07.676439-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55c2bc8f-faa4-42a7-ac45-6eb3f233c95a/?format=api"
        }
    ]
}