GET /api/bet_types/a2c258a9-3aae-4d51-a24a-9344e9e5b4c7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a2c258a9-3aae-4d51-a24a-9344e9e5b4c7",
    "match": "https://api-prod.gambitprofit.com/api/matches/c672eed1-e6f6-4b69-8f49-4e94253dd032/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-22T08:23:11.134606-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": 5107.0
            },
            {
                "team": "NYM",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "03386465-0f8d-419e-8c91-bfbdc4829a9c",
            "gambit_id": "c50313a3-7895-4017-8acf-a4d162c54712",
            "last_updated": "2023-08-23T11:03:24.210622-04:00",
            "created_at": "2023-08-22T08:23:11.143666-04:00",
            "name": "ATL",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2c258a9-3aae-4d51-a24a-9344e9e5b4c7/?format=api"
        },
        {
            "id": "976e0362-385e-4939-a8a3-a2e03c4cfeb8",
            "gambit_id": "a4790941-6428-4096-9a9a-5b799299a6ec",
            "last_updated": "2023-08-23T11:03:24.207074-04:00",
            "created_at": "2023-08-22T08:23:11.139204-04:00",
            "name": "NYM",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2c258a9-3aae-4d51-a24a-9344e9e5b4c7/?format=api"
        }
    ]
}