GET /api/bet_types/b7b014a0-a250-4f12-ab1c-9b630d67248b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b7b014a0-a250-4f12-ab1c-9b630d67248b",
    "match": "https://api-prod.gambitprofit.com/api/matches/b3bf4bd6-058a-4bb2-87b2-a2c8d180021c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-02T08:58:25.053666-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": 6232.0
            },
            {
                "team": "LAA",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "089898a3-161a-4b31-9fb4-b06d1aa7c6da",
            "gambit_id": "ded0e073-7c42-4cfb-9353-1469fbf9ed13",
            "last_updated": "2023-07-04T10:13:01.185157-04:00",
            "created_at": "2023-07-02T08:58:25.055765-04:00",
            "name": "ARI",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7b014a0-a250-4f12-ab1c-9b630d67248b/?format=api"
        },
        {
            "id": "c7637461-590f-4871-bcfe-7e9653f3b3f7",
            "gambit_id": "27169167-f0e5-410d-9988-58b7d568631e",
            "last_updated": "2023-07-04T10:13:01.186520-04:00",
            "created_at": "2023-07-02T08:58:25.058042-04:00",
            "name": "LAA",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7b014a0-a250-4f12-ab1c-9b630d67248b/?format=api"
        }
    ]
}