GET /api/bet_types/03bcdd72-0de6-4f71-a415-17429aa1ca32/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "03bcdd72-0de6-4f71-a415-17429aa1ca32",
    "match": "https://api-prod.gambitprofit.com/api/matches/7c1db876-1497-4072-a0b4-54f8ce9c1af3/?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": "SDG",
                "amount": 5842.0
            },
            {
                "team": "WAS",
                "amount": 4158.0
            }
        ],
        "expected_reward_tokens": 9230.36,
        "profit_sb": 230.36,
        "profit_sb_percentage": 2.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "52b88219-9426-4ed2-97f3-48c3cb5ff3c7",
            "gambit_id": "ed2c352a-fbdd-4974-980a-62c782ead989",
            "last_updated": "2022-08-20T11:57:00.697891-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG",
            "reward": "1.58000",
            "odds": "1.64520",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03bcdd72-0de6-4f71-a415-17429aa1ca32/?format=api"
        },
        {
            "id": "ec601ea7-16ef-4cb3-ad82-505df1a95f81",
            "gambit_id": "b1ab2a36-36c4-4b31-9613-e59bb311e180",
            "last_updated": "2022-08-20T11:57:00.698375-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "WAS",
            "reward": "2.22000",
            "odds": "2.35000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03bcdd72-0de6-4f71-a415-17429aa1ca32/?format=api"
        }
    ]
}