GET /api/bet_types/0d767dcb-1763-478e-8cd5-8f0cda098897/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0d767dcb-1763-478e-8cd5-8f0cda098897",
    "match": "https://api-prod.gambitprofit.com/api/matches/6ec16e51-1d3b-42cf-a034-56fee59a1a2a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-02T10:32:06.147973-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": "PIT",
                "amount": 5421.0
            },
            {
                "team": "STL",
                "amount": 4579.0
            }
        ],
        "expected_reward_tokens": 9432.54,
        "profit_sb": -67.46,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "8aabdf01-a817-4a49-9e95-6e5e6ff5423c",
            "gambit_id": "505dd790-52ab-4319-8514-768df18cfc63",
            "last_updated": "2023-06-03T11:41:55.796861-04:00",
            "created_at": "2023-06-02T10:32:06.152463-04:00",
            "name": "PIT",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d767dcb-1763-478e-8cd5-8f0cda098897/?format=api"
        },
        {
            "id": "cf81b165-fec8-4a5b-a93d-dbc6091686d8",
            "gambit_id": "7b169295-32b5-48b1-9515-83f7818e73a4",
            "last_updated": "2023-06-03T11:41:55.794590-04:00",
            "created_at": "2023-06-02T10:32:06.150202-04:00",
            "name": "STL",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d767dcb-1763-478e-8cd5-8f0cda098897/?format=api"
        }
    ]
}