GET /api/bet_types/2aa90e1b-a0b7-406d-a0b6-f5a73b0c8146/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2aa90e1b-a0b7-406d-a0b6-f5a73b0c8146",
    "match": "https://api-prod.gambitprofit.com/api/matches/00a6d7ff-9db9-4740-b9e6-3c38d53c1ab0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-25T08:38:09.201301-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": "CIN",
                "amount": 6232.0
            },
            {
                "team": "ARI",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "7e4366a7-bbcf-4e54-b0d2-6956e4945e23",
            "gambit_id": "9506fa7c-4baa-4358-9474-b0d9e9160b3a",
            "last_updated": "2023-08-28T18:28:30.545544-04:00",
            "created_at": "2023-08-25T08:38:09.207913-04:00",
            "name": "CIN",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2aa90e1b-a0b7-406d-a0b6-f5a73b0c8146/?format=api"
        },
        {
            "id": "74553fe1-914e-40b2-8582-0f518f23a608",
            "gambit_id": "77e60733-1860-4fb6-b847-5a917e7c2135",
            "last_updated": "2023-08-28T18:28:30.548853-04:00",
            "created_at": "2023-08-25T08:38:09.214003-04:00",
            "name": "ARI",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2aa90e1b-a0b7-406d-a0b6-f5a73b0c8146/?format=api"
        }
    ]
}