GET /api/bet_types/d5f34cc2-d449-43dd-9ff6-f986de1788cd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d5f34cc2-d449-43dd-9ff6-f986de1788cd",
    "match": "https://api-prod.gambitprofit.com/api/matches/63574249-53db-42a7-a7db-ff58ab12b245/?format=api",
    "name": "Play the Odds",
    "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": "TEX",
                "amount": 5829.0
            },
            {
                "team": "SEA",
                "amount": 4171.0
            }
        ],
        "expected_reward_tokens": 9092.78,
        "profit_sb": 92.78,
        "profit_sb_percentage": 1.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "12c7d11c-60a9-4eab-b7b3-bc90fc850928",
            "gambit_id": "b98d3fba-1ef7-4854-9faf-6049d71446e9",
            "last_updated": "2022-09-29T10:22:14.028022-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TEX",
            "reward": "1.56000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5f34cc2-d449-43dd-9ff6-f986de1788cd/?format=api"
        },
        {
            "id": "e4e8b389-3c08-497d-93d5-ddef67eea05e",
            "gambit_id": "ae47713e-bbac-43af-bb68-80c4361f68fd",
            "last_updated": "2022-09-29T10:22:14.026855-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA",
            "reward": "2.18000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5f34cc2-d449-43dd-9ff6-f986de1788cd/?format=api"
        }
    ]
}