GET /api/bet_types/5383b767-b531-4178-8bb2-d2e7a695b992/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5383b767-b531-4178-8bb2-d2e7a695b992",
    "match": "https://api-prod.gambitprofit.com/api/matches/c5b9721b-1c43-40eb-a766-75c60c48a881/?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": "CIN (N Lodolo)",
                "amount": 5413.0
            },
            {
                "team": "COL (G Marquez)",
                "amount": 4587.0
            }
        ],
        "expected_reward_tokens": 9310.36,
        "profit_sb": 310.36,
        "profit_sb_percentage": 3.45,
        "recommended": true
    },
    "lines": [
        {
            "id": "74648088-2f29-4821-9629-fa307c0c77a1",
            "gambit_id": "57ba1560-fd61-4a52-b95d-18226e408d61",
            "last_updated": "2022-09-05T13:52:17.733938-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CIN (N Lodolo)",
            "reward": "1.72000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5383b767-b531-4178-8bb2-d2e7a695b992/?format=api"
        },
        {
            "id": "25e1c63f-f6a6-4c6a-a2c2-accf6cbb54da",
            "gambit_id": "e4ed66b4-8d32-48c4-b294-d6d8636582bb",
            "last_updated": "2022-09-05T13:52:17.734950-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL (G Marquez)",
            "reward": "2.03000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5383b767-b531-4178-8bb2-d2e7a695b992/?format=api"
        }
    ]
}