GET /api/bet_types/2706e055-4c4f-47c0-8cd9-6401b00d81d8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2706e055-4c4f-47c0-8cd9-6401b00d81d8",
    "match": "https://api-prod.gambitprofit.com/api/matches/4b0f55cc-847b-4487-af00-987846219709/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-17T08:08:24.107830-04: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": "CLE",
                "amount": 5614.0
            },
            {
                "team": "DET",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "22557b34-ad47-461d-ae93-71b00acf14b7",
            "gambit_id": "5971d56b-bcf1-42e5-a6e0-9ad215bc704b",
            "last_updated": "2023-08-24T19:12:55.983896-04:00",
            "created_at": "2023-08-17T08:08:24.117493-04:00",
            "name": "CLE",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2706e055-4c4f-47c0-8cd9-6401b00d81d8/?format=api"
        },
        {
            "id": "b85f12c2-e8a8-4053-bce0-8bb9fedb78b9",
            "gambit_id": "11601c40-b679-47fd-acc4-dd4ea6a6b282",
            "last_updated": "2023-08-24T19:12:55.980575-04:00",
            "created_at": "2023-08-17T08:08:24.111388-04:00",
            "name": "DET",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2706e055-4c4f-47c0-8cd9-6401b00d81d8/?format=api"
        }
    ]
}