GET /api/bet_types/f665d6f1-50b8-4594-8fa9-3ce1aa429727/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f665d6f1-50b8-4594-8fa9-3ce1aa429727",
    "match": "https://api-prod.gambitprofit.com/api/matches/b10e24f9-c3c1-43ff-a7b3-ebca2318c5d8/?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": "Memphis Grizzlies",
                "amount": 7037.0
            },
            {
                "team": "Houston Rockets",
                "amount": 2963.0
            }
        ],
        "expected_reward_tokens": 9570.32,
        "profit_sb": 70.32,
        "profit_sb_percentage": 0.74,
        "recommended": true
    },
    "lines": [
        {
            "id": "9f37edb6-8b11-415e-adc7-692f08900867",
            "gambit_id": "53e74205-7496-4a22-b3ee-605458a0adac",
            "last_updated": "2022-10-22T09:17:23.450107-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.36000",
            "odds": "1.37040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f665d6f1-50b8-4594-8fa9-3ce1aa429727/?format=api"
        },
        {
            "id": "24cbd95e-9719-400c-bf61-7533a3b63f80",
            "gambit_id": "ba5df13f-a4d7-4996-9d6c-750a016c7a56",
            "last_updated": "2022-10-22T09:17:23.448969-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Rockets",
            "reward": "3.23000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f665d6f1-50b8-4594-8fa9-3ce1aa429727/?format=api"
        }
    ]
}