GET /api/bet_types/2a27c874-5ddf-4b1e-9a80-d97e7857f4af/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2a27c874-5ddf-4b1e-9a80-d97e7857f4af",
    "match": "https://api-prod.gambitprofit.com/api/matches/3df0bee4-15ae-4e27-b301-05e9667c31f1/?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": "Montreal Canadiens",
                "amount": 6025.0
            },
            {
                "team": "Dallas Stars",
                "amount": 3975.0
            }
        ],
        "expected_reward_tokens": 9579.75,
        "profit_sb": 79.75,
        "profit_sb_percentage": 0.84,
        "recommended": true
    },
    "lines": [
        {
            "id": "3420fc37-c2cf-4731-9d7a-ed149e985132",
            "gambit_id": "73ab0b7a-d458-43af-a9ad-497dd6aa20b6",
            "last_updated": "2022-10-24T10:12:08.144077-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Montreal Canadiens",
            "reward": "1.59000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a27c874-5ddf-4b1e-9a80-d97e7857f4af/?format=api"
        },
        {
            "id": "0fe69a9d-f59d-46dd-be72-511688c01703",
            "gambit_id": "2fb9475a-acd9-4c4b-96ae-087a744842f9",
            "last_updated": "2022-10-24T10:12:08.145049-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Stars",
            "reward": "2.41000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a27c874-5ddf-4b1e-9a80-d97e7857f4af/?format=api"
        }
    ]
}