GET /api/bet_types/13461721-c2eb-4306-98f2-0006f4bf2af7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "13461721-c2eb-4306-98f2-0006f4bf2af7",
    "match": "https://api-prod.gambitprofit.com/api/matches/c3b8702b-b905-4de8-8a4e-d45909fa31a0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-21T12:32:08.900434-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": "ARI",
                "amount": 6020.0
            },
            {
                "team": "SDG",
                "amount": 3980.0
            }
        ],
        "expected_reward_tokens": 9511.6,
        "profit_sb": 11.6,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "a27dc12c-cb64-4202-8dec-38c0bcd7b89b",
            "gambit_id": "7b52a8ff-15fd-4fd1-b234-a25554fb5947",
            "last_updated": "2023-04-22T13:07:13.841762-04:00",
            "created_at": "2023-04-21T12:32:08.901833-04:00",
            "name": "ARI",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/13461721-c2eb-4306-98f2-0006f4bf2af7/?format=api"
        },
        {
            "id": "00e12193-d125-4bac-a557-f81ea8862884",
            "gambit_id": "55dc452d-141b-497b-b957-4f58ab755d69",
            "last_updated": "2023-04-22T13:07:13.843195-04:00",
            "created_at": "2023-04-21T12:32:08.903533-04:00",
            "name": "SDG",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/13461721-c2eb-4306-98f2-0006f4bf2af7/?format=api"
        }
    ]
}