GET /api/bet_types/52d71d95-5172-4d79-af6c-84da7f24d8f8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "52d71d95-5172-4d79-af6c-84da7f24d8f8",
    "match": "https://api-prod.gambitprofit.com/api/matches/509a911c-66ad-4959-8530-76550b2c523c/?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": "Ninjas IN Pyjamas",
                "amount": 6354.0
            },
            {
                "team": "Team Endpoint",
                "amount": 3646.0
            }
        ],
        "expected_reward_tokens": 8895.6,
        "profit_sb": -104.4,
        "profit_sb_percentage": -1.16,
        "recommended": false
    },
    "lines": [
        {
            "id": "ae971b7c-7d59-4de2-914f-76cbbf6e1a93",
            "gambit_id": "0ff18033-f2f7-4472-aba4-c6f45a60ab44",
            "last_updated": "2022-09-05T11:02:28.571850-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ninjas IN Pyjamas",
            "reward": "1.40000",
            "odds": "1.44000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52d71d95-5172-4d79-af6c-84da7f24d8f8/?format=api"
        },
        {
            "id": "82b211d4-4422-41f1-b1a8-74988e59ae33",
            "gambit_id": "2e095830-c751-476c-b9f1-3feeb3279bb6",
            "last_updated": "2022-09-05T11:02:28.570632-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Team Endpoint",
            "reward": "2.44000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52d71d95-5172-4d79-af6c-84da7f24d8f8/?format=api"
        }
    ]
}