GET /api/bet_types/2445355c-c58f-4f68-9f43-c32b48b0954a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2445355c-c58f-4f68-9f43-c32b48b0954a",
    "match": "https://api-prod.gambitprofit.com/api/matches/7a4e4954-7029-41ab-ae3b-a8b26ab4a222/?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": "MIL",
                "amount": 6104.0
            },
            {
                "team": "ARI",
                "amount": 3896.0
            }
        ],
        "expected_reward_tokens": 9583.28,
        "profit_sb": 83.28,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "e9e7ffde-b7ee-4aab-87f7-3bceefc19452",
            "gambit_id": "3dc237f8-39de-4efb-9233-574e6ea577d7",
            "last_updated": "2022-10-05T06:47:20.953230-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL",
            "reward": "1.57000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2445355c-c58f-4f68-9f43-c32b48b0954a/?format=api"
        },
        {
            "id": "a172d8c7-7e67-4656-abc4-a6d1e48e3735",
            "gambit_id": "388be0cb-5573-4a23-81a7-c5cb8644d13b",
            "last_updated": "2022-10-05T06:47:20.954283-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI",
            "reward": "2.46000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2445355c-c58f-4f68-9f43-c32b48b0954a/?format=api"
        }
    ]
}