GET /api/bet_types/26bd4632-b2ba-4ce1-a434-a53b2dbaa644/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "26bd4632-b2ba-4ce1-a434-a53b2dbaa644",
    "match": "https://api-prod.gambitprofit.com/api/matches/849ddb19-dc4e-40f7-a633-a3d9ec40f1fa/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-09T08:43:18.915735-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": "ATL",
                "amount": 6324.0
            },
            {
                "team": "TAM",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "812e7233-829c-4d91-9408-6a274ebd368f",
            "gambit_id": "50f5aca3-0bf6-4e3c-b3c2-5a4ab80c958b",
            "last_updated": "2023-07-10T18:28:23.479484-04:00",
            "created_at": "2023-07-09T08:43:18.918263-04:00",
            "name": "ATL",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26bd4632-b2ba-4ce1-a434-a53b2dbaa644/?format=api"
        },
        {
            "id": "2988ed55-36fb-4e4d-8d83-382530a87698",
            "gambit_id": "6ce5183e-d902-4c6a-be91-89572370c990",
            "last_updated": "2023-07-10T18:28:23.480983-04:00",
            "created_at": "2023-07-09T08:43:18.921291-04:00",
            "name": "TAM",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26bd4632-b2ba-4ce1-a434-a53b2dbaa644/?format=api"
        }
    ]
}