GET /api/bet_types/973f0fdc-f129-4d9c-809c-7d7d8ae333b3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "973f0fdc-f129-4d9c-809c-7d7d8ae333b3",
    "match": "https://api-prod.gambitprofit.com/api/matches/b10da0ac-70cc-43c3-af2b-e324bffeaa47/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-26T12:37:06.543897-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": "New Orleans Pelicans",
                "amount": 5000.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "0728200e-3308-4bcc-8d19-f95b82afb6b4",
            "gambit_id": "c9b3e5af-7181-46fd-9dc3-43b880758fe8",
            "last_updated": "2022-12-27T10:27:04.031367-05:00",
            "created_at": "2022-12-26T12:37:06.545090-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/973f0fdc-f129-4d9c-809c-7d7d8ae333b3/?format=api"
        },
        {
            "id": "66f8d101-6146-4804-bf2d-6bf9c1222947",
            "gambit_id": "4314575f-4b2c-4bb4-bb30-ba0b0c613676",
            "last_updated": "2022-12-27T10:27:04.032399-05:00",
            "created_at": "2022-12-26T12:37:06.546361-05:00",
            "name": "Indiana Pacers",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/973f0fdc-f129-4d9c-809c-7d7d8ae333b3/?format=api"
        }
    ]
}