GET /api/bet_types/057fa5e2-8307-4287-8498-52b517ba96c6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "057fa5e2-8307-4287-8498-52b517ba96c6",
    "match": "https://api-prod.gambitprofit.com/api/matches/7ee456d6-0b95-45ac-9068-f9934c95121c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-28T09:42:04.574075-05: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": "San Jose Sharks",
                "amount": 5212.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": -67.64,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "9befca40-01d9-4f82-a39d-38d6710b9f40",
            "gambit_id": "d86032ab-3d80-4407-82c6-11e14a3bec3f",
            "last_updated": "2023-01-30T17:46:57.194090-05:00",
            "created_at": "2023-01-28T09:42:04.577062-05:00",
            "name": "San Jose Sharks",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/057fa5e2-8307-4287-8498-52b517ba96c6/?format=api"
        },
        {
            "id": "b2afb66f-a3fe-4536-ad34-f0810de2142b",
            "gambit_id": "e98fbb5e-a985-4037-8385-ae29416b1776",
            "last_updated": "2023-01-30T17:46:57.192372-05:00",
            "created_at": "2023-01-28T09:42:04.575677-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/057fa5e2-8307-4287-8498-52b517ba96c6/?format=api"
        }
    ]
}