GET /api/bet_types/9e3bf259-bdae-4628-a94b-9dba9d347862/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9e3bf259-bdae-4628-a94b-9dba9d347862",
    "match": "https://api-prod.gambitprofit.com/api/matches/ede8898c-7470-488a-bd52-0d2556dc08f8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-04T10:37:54.219725-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": "New York Rangers",
                "amount": 6100.0
            },
            {
                "team": "Boston Bruins",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "b615a8d4-39c5-41ad-af12-a12914a94c58",
            "gambit_id": "d2014648-4ca2-40cc-bbdf-b26aba70740d",
            "last_updated": "2023-03-06T11:47:11.145426-05:00",
            "created_at": "2023-03-04T10:37:54.222239-05:00",
            "name": "New York Rangers",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e3bf259-bdae-4628-a94b-9dba9d347862/?format=api"
        },
        {
            "id": "6cf30835-36e9-418e-89b8-1717cc75ecd1",
            "gambit_id": "60fc9af7-d874-43fb-941a-553fb5830ba0",
            "last_updated": "2023-03-06T11:47:11.144353-05:00",
            "created_at": "2023-03-04T10:37:54.220912-05:00",
            "name": "Boston Bruins",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e3bf259-bdae-4628-a94b-9dba9d347862/?format=api"
        }
    ]
}