GET /api/bet_types/708fd24d-f91b-4c6f-8348-53f85fc5bd89/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "708fd24d-f91b-4c6f-8348-53f85fc5bd89",
    "match": "https://api-prod.gambitprofit.com/api/matches/155049c6-2167-459f-a3bf-367814507a84/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-31T19:18:24.381023-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": "SFO",
                "amount": 6154.0
            },
            {
                "team": "SDG",
                "amount": 3846.0
            }
        ],
        "expected_reward_tokens": 9538.08,
        "profit_sb": 38.08,
        "profit_sb_percentage": 0.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "4ef2ff34-889d-4745-a989-e5d697b9ea90",
            "gambit_id": "fffc0ccd-195a-490f-885a-785f00ee3b57",
            "last_updated": "2023-09-01T12:43:24.127147-04:00",
            "created_at": "2023-08-31T19:18:24.384760-04:00",
            "name": "SFO",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/708fd24d-f91b-4c6f-8348-53f85fc5bd89/?format=api"
        },
        {
            "id": "25cc133c-1a53-4799-ae3d-0a4e05398c6d",
            "gambit_id": "c59c8484-f696-4c10-a402-c88df79c93dc",
            "last_updated": "2023-09-01T12:43:24.130533-04:00",
            "created_at": "2023-08-31T19:18:24.389017-04:00",
            "name": "SDG",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/708fd24d-f91b-4c6f-8348-53f85fc5bd89/?format=api"
        }
    ]
}