GET /api/bet_types/e3404a76-69a6-4d51-b1a5-6a566732fa28/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e3404a76-69a6-4d51-b1a5-6a566732fa28",
    "match": "https://api-prod.gambitprofit.com/api/matches/fe4d40cb-a26d-4906-8dbf-8361f2e3ccd1/?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": "Minnesota Timberwolves",
                "amount": 6721.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 3279.0
            }
        ],
        "expected_reward_tokens": 9476.31,
        "profit_sb": -23.69,
        "profit_sb_percentage": -0.25,
        "recommended": false
    },
    "lines": [
        {
            "id": "b6a2b5ea-5586-4196-9697-18e93e2d68b2",
            "gambit_id": "a01973f1-f86c-49f8-8e54-118bd4a4cc6e",
            "last_updated": "2022-10-31T11:52:07.566950-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.41000",
            "odds": "1.42550",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e3404a76-69a6-4d51-b1a5-6a566732fa28/?format=api"
        },
        {
            "id": "15b24e71-f872-4a6b-8a79-fcc69de1b421",
            "gambit_id": "f87ef399-8cc7-4f9c-98b3-fcb7d8d8ebaa",
            "last_updated": "2022-10-31T11:52:07.566018-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Antonio Spurs",
            "reward": "2.89000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e3404a76-69a6-4d51-b1a5-6a566732fa28/?format=api"
        }
    ]
}