GET /api/bet_types/3fc93fb1-ff8d-4f2d-8482-6746a6b504ca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3fc93fb1-ff8d-4f2d-8482-6746a6b504ca",
    "match": "https://api-prod.gambitprofit.com/api/matches/8d7bd765-6760-4480-9b84-b1119fd13404/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-27T09:43:11.812594-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": "Houston Texans",
                "amount": 5000.0
            },
            {
                "team": "Tennessee Titans",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "7a14aee6-7aa4-4eb4-bc1a-9fa77b4add2a",
            "gambit_id": "0302c57d-790c-41ad-a4f6-59ff7396af1b",
            "last_updated": "2024-01-02T10:38:10.322282-05:00",
            "created_at": "2023-12-27T09:43:11.820661-05:00",
            "name": "Houston Texans",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fc93fb1-ff8d-4f2d-8482-6746a6b504ca/?format=api"
        },
        {
            "id": "2dc1e010-54bb-41e2-acae-19a90367e2ee",
            "gambit_id": "eb0b6a52-5fed-4dd2-8d7c-33b037585417",
            "last_updated": "2024-01-02T10:38:10.318531-05:00",
            "created_at": "2023-12-27T09:43:11.816624-05:00",
            "name": "Tennessee Titans",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fc93fb1-ff8d-4f2d-8482-6746a6b504ca/?format=api"
        }
    ]
}