GET /api/bet_types/9cbefb75-159f-4966-b623-29a720bb5a9b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9cbefb75-159f-4966-b623-29a720bb5a9b",
    "match": "https://api-prod.gambitprofit.com/api/matches/7c3f1364-6b2e-459f-91ca-c3cdc87df2f5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-15T08:58:05.251543-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": "PHI",
                "amount": 5423.0
            },
            {
                "team": "SDG",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "572b2cfc-cedc-4c51-8a40-748ff3f1dcd2",
            "gambit_id": "d7bc7f02-c787-4136-ae81-99bd888b863f",
            "last_updated": "2023-07-22T11:03:17.584767-04:00",
            "created_at": "2023-07-15T08:58:05.252933-04:00",
            "name": "PHI",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9cbefb75-159f-4966-b623-29a720bb5a9b/?format=api"
        },
        {
            "id": "8ef79beb-4d64-4061-812d-432719df4f0f",
            "gambit_id": "7d97ee79-78fe-42e2-b48d-d0d7adadd088",
            "last_updated": "2023-07-22T11:03:17.588249-04:00",
            "created_at": "2023-07-15T08:58:05.254382-04:00",
            "name": "SDG",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9cbefb75-159f-4966-b623-29a720bb5a9b/?format=api"
        }
    ]
}