GET /api/bet_types/81e2bed6-9ac0-415d-98f0-efe0ff2f3fc7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "81e2bed6-9ac0-415d-98f0-efe0ff2f3fc7",
    "match": "https://api-prod.gambitprofit.com/api/matches/9d37556e-0c23-4237-8897-a1ed607d20e4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-02T12:12:04.303596-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": "Los Angeles Lakers",
                "amount": 5000.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "839898bb-0e0e-4bb6-8d81-12ea2f58bb39",
            "gambit_id": "c95a3fba-46e4-4f1e-b94a-47797b2a24ea",
            "last_updated": "2023-02-03T10:11:51.236504-05:00",
            "created_at": "2023-02-02T12:12:04.306288-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/81e2bed6-9ac0-415d-98f0-efe0ff2f3fc7/?format=api"
        },
        {
            "id": "564b2198-86f8-4bf7-b5a8-b7044dc3a442",
            "gambit_id": "7bc5f1ec-a572-43cf-a653-4e263cabd482",
            "last_updated": "2023-02-03T10:11:51.235206-05:00",
            "created_at": "2023-02-02T12:12:04.304887-05:00",
            "name": "Indiana Pacers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/81e2bed6-9ac0-415d-98f0-efe0ff2f3fc7/?format=api"
        }
    ]
}