GET /api/bet_types/c54e937b-bfe8-47ff-a57c-77331e65cbf5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c54e937b-bfe8-47ff-a57c-77331e65cbf5",
    "match": "https://api-prod.gambitprofit.com/api/matches/90123bf0-6ac1-436a-8c9e-143347c1a0aa/?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": "Team Liquid",
                "amount": 5646.0
            },
            {
                "team": "MOUZ",
                "amount": 4354.0
            }
        ],
        "expected_reward_tokens": 8751.3,
        "profit_sb": -248.7,
        "profit_sb_percentage": -2.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "57365bcf-d685-4e98-a63c-7ae7fcdde63c",
            "gambit_id": "efabbb3f-7cf2-4413-81f4-1d162e90fd6a",
            "last_updated": "2022-12-24T17:12:24.064972-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Team Liquid",
            "reward": "1.55000",
            "odds": "1.62000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c54e937b-bfe8-47ff-a57c-77331e65cbf5/?format=api"
        },
        {
            "id": "bd854b9a-13b6-4d34-93df-c75a67f6a0c5",
            "gambit_id": "ef1ea327-f7cb-4016-b22a-2062a9ee8186",
            "last_updated": "2022-12-24T17:12:24.063770-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MOUZ",
            "reward": "2.01000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c54e937b-bfe8-47ff-a57c-77331e65cbf5/?format=api"
        }
    ]
}