GET /api/bet_types/42ce3821-da81-4d76-8ecb-d29da62ebf94/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "42ce3821-da81-4d76-8ecb-d29da62ebf94",
    "match": "https://api-prod.gambitprofit.com/api/matches/074e3dad-f845-4ba3-8f4b-3ac35883ba19/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-14T05:58:11.219866-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": "PHI",
                "amount": 6308.0
            },
            {
                "team": "ARI",
                "amount": 3692.0
            }
        ],
        "expected_reward_tokens": 9525.08,
        "profit_sb": 25.08,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "4b920eec-0439-4521-93aa-bf685348b383",
            "gambit_id": "94c7a6fe-b1c3-4255-89fc-f504770caa57",
            "last_updated": "2023-06-15T17:23:06.278803-04:00",
            "created_at": "2023-06-14T05:58:11.223240-04:00",
            "name": "PHI",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42ce3821-da81-4d76-8ecb-d29da62ebf94/?format=api"
        },
        {
            "id": "542fadfe-101e-4b09-9a26-d195c746f9a4",
            "gambit_id": "617057b6-514f-4b76-a26b-a1875188ddeb",
            "last_updated": "2023-06-15T17:23:06.280798-04:00",
            "created_at": "2023-06-14T05:58:11.226370-04:00",
            "name": "ARI",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42ce3821-da81-4d76-8ecb-d29da62ebf94/?format=api"
        }
    ]
}