GET /api/bet_types/f09327d1-d47d-42f3-a51c-7df8c78f7c71/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f09327d1-d47d-42f3-a51c-7df8c78f7c71",
    "match": "https://api-prod.gambitprofit.com/api/matches/9fb6a09d-0e6f-48d4-9fd3-f7ef6a3f55a5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-15T08:23:08.799309-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": "LAA",
                "amount": 6241.0
            },
            {
                "team": "TEX",
                "amount": 3759.0
            }
        ],
        "expected_reward_tokens": 9547.86,
        "profit_sb": 47.86,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "8f3258e3-3f98-4eea-85cf-3eb5447c67e5",
            "gambit_id": "8b36e46f-e80c-4119-9035-3ef412d6bb24",
            "last_updated": "2023-06-16T09:58:05.967668-04:00",
            "created_at": "2023-06-15T08:23:08.802638-04:00",
            "name": "LAA",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f09327d1-d47d-42f3-a51c-7df8c78f7c71/?format=api"
        },
        {
            "id": "a07b52ab-5ad4-4321-91c6-fef256eaad8d",
            "gambit_id": "7cbb22ed-0599-4d6a-bdc5-81ccf55ba576",
            "last_updated": "2023-06-16T09:58:05.969295-04:00",
            "created_at": "2023-06-15T08:23:08.805713-04:00",
            "name": "TEX",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f09327d1-d47d-42f3-a51c-7df8c78f7c71/?format=api"
        }
    ]
}