GET /api/bet_types/0d557055-a462-4a68-bfaf-02d5b8c13dc1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0d557055-a462-4a68-bfaf-02d5b8c13dc1",
    "match": "https://api-prod.gambitprofit.com/api/matches/45238d6b-e76a-4358-8235-1a0d3bed9a7e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-09T08:43:19.132689-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": "BAL",
                "amount": 5773.0
            },
            {
                "team": "MIN",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "55ee3460-12eb-4b50-a45e-aa3c61bcaf87",
            "gambit_id": "65f6d0b7-9890-427b-815b-c03f25b5068c",
            "last_updated": "2023-07-10T18:23:16.548841-04:00",
            "created_at": "2023-07-09T08:43:19.135211-04:00",
            "name": "BAL",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d557055-a462-4a68-bfaf-02d5b8c13dc1/?format=api"
        },
        {
            "id": "2b932ab2-5b97-4802-8e8a-bcc943794374",
            "gambit_id": "ff58de5d-d78b-4886-8008-4e43cb96d87a",
            "last_updated": "2023-07-10T18:23:16.550353-04:00",
            "created_at": "2023-07-09T08:43:19.137836-04:00",
            "name": "MIN",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d557055-a462-4a68-bfaf-02d5b8c13dc1/?format=api"
        }
    ]
}