GET /api/bet_types/2dab0fcd-3fe1-401f-9f68-6d6ecb3e6149/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2dab0fcd-3fe1-401f-9f68-6d6ecb3e6149",
    "match": "https://api-prod.gambitprofit.com/api/matches/886e0913-d835-4558-96b0-2faf138d384b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-17T09:32:58.400463-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": 6100.0
            },
            {
                "team": "CHC",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "e1466121-94fd-4b78-8005-8ec4fbb1e629",
            "gambit_id": "020a2334-a622-4c25-91c0-b891c5aa3b93",
            "last_updated": "2023-06-18T10:18:25.341629-04:00",
            "created_at": "2023-06-17T09:32:58.402623-04:00",
            "name": "BAL",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2dab0fcd-3fe1-401f-9f68-6d6ecb3e6149/?format=api"
        },
        {
            "id": "c7779881-2945-412c-a3e5-16cf5ee63653",
            "gambit_id": "19cf6ca4-effd-4d64-a2c5-115b8be660f4",
            "last_updated": "2023-06-18T10:18:25.344379-04:00",
            "created_at": "2023-06-17T09:32:58.404942-04:00",
            "name": "CHC",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2dab0fcd-3fe1-401f-9f68-6d6ecb3e6149/?format=api"
        }
    ]
}