GET /api/bet_types/ca038f28-b080-480a-9531-bf9278e9b094/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ca038f28-b080-480a-9531-bf9278e9b094",
    "match": "https://api-prod.gambitprofit.com/api/matches/40c4487e-d383-43d8-b91e-91f8da1bbd9e/?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": "BOS",
                "amount": 6138.0
            },
            {
                "team": "TAM",
                "amount": 3862.0
            }
        ],
        "expected_reward_tokens": 9268.38,
        "profit_sb": 268.38,
        "profit_sb_percentage": 2.98,
        "recommended": true
    },
    "lines": [
        {
            "id": "40965e5d-e394-4e3c-b505-c75258880b9d",
            "gambit_id": "f6b90c15-9d5a-426f-9743-eff59a230c51",
            "last_updated": "2022-08-29T13:17:09.700783-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BOS",
            "reward": "1.51000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca038f28-b080-480a-9531-bf9278e9b094/?format=api"
        },
        {
            "id": "2629bd18-a3dd-4312-9c84-0387b2d9c1df",
            "gambit_id": "e4318a34-d066-4d5b-b4b2-9814cd14c886",
            "last_updated": "2022-08-29T13:17:09.703261-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TAM",
            "reward": "2.40000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca038f28-b080-480a-9531-bf9278e9b094/?format=api"
        }
    ]
}