GET /api/bet_types/2f144831-9984-457e-8fe9-51ee07d2bca8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2f144831-9984-457e-8fe9-51ee07d2bca8",
    "match": "https://api-prod.gambitprofit.com/api/matches/6a3320c7-06a7-408c-8849-0da844f444f3/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-17T09:28:12.770039-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 Rockets",
                "amount": 5000.0
            },
            {
                "team": "New York Knicks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "97877b26-fba0-431d-9d5b-453e21f4b684",
            "gambit_id": "d23b29eb-1d57-4f08-a218-465bde0179f9",
            "last_updated": "2024-01-19T12:08:20.555175-05:00",
            "created_at": "2024-01-17T09:28:12.775923-05:00",
            "name": "Houston Rockets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f144831-9984-457e-8fe9-51ee07d2bca8/?format=api"
        },
        {
            "id": "c3b32976-7c0e-4b76-a493-0e7ed7689188",
            "gambit_id": "186b1ceb-acdc-4973-96e6-58fd27a28865",
            "last_updated": "2024-01-19T12:08:20.558374-05:00",
            "created_at": "2024-01-17T09:28:12.780307-05:00",
            "name": "New York Knicks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f144831-9984-457e-8fe9-51ee07d2bca8/?format=api"
        }
    ]
}