GET /api/bet_types/c8a5586a-a503-4c07-9d57-5092deeb9c71/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c8a5586a-a503-4c07-9d57-5092deeb9c71",
    "match": "https://api-prod.gambitprofit.com/api/matches/0c40f08e-689b-47da-91de-8db98cf6f343/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-15T08:58:05.849493-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": "TEX",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "1d6822f7-3aba-47cc-927b-3e0978164226",
            "gambit_id": "a0163810-2df3-4ea1-b62b-18f27a3f9263",
            "last_updated": "2023-07-17T10:18:27.459008-04:00",
            "created_at": "2023-07-15T08:58:05.850989-04:00",
            "name": "CLE",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8a5586a-a503-4c07-9d57-5092deeb9c71/?format=api"
        },
        {
            "id": "30f62823-68fa-4e86-8b57-a24fe76b30c4",
            "gambit_id": "a9da6636-5636-4f0f-9c77-edcb3f886935",
            "last_updated": "2023-07-17T10:18:27.460289-04:00",
            "created_at": "2023-07-15T08:58:05.852581-04:00",
            "name": "TEX",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8a5586a-a503-4c07-9d57-5092deeb9c71/?format=api"
        }
    ]
}