GET /api/bet_types/f6feae1a-6eb0-4d26-91f5-0e38a3db6a99/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f6feae1a-6eb0-4d26-91f5-0e38a3db6a99",
    "match": "https://api-prod.gambitprofit.com/api/matches/a0d023bc-6abb-4a5e-85c3-81af8b13d77a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-15T08:32:03.447651-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": "Philadelphia 76ers",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "29147ed4-298c-43ad-87f3-1d569cc0873c",
            "gambit_id": "359f2c4f-1f5e-4e93-873c-96fdb6a698c3",
            "last_updated": "2023-01-16T10:51:52.900871-05:00",
            "created_at": "2023-01-15T08:32:03.454321-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6feae1a-6eb0-4d26-91f5-0e38a3db6a99/?format=api"
        },
        {
            "id": "ad104ebe-846c-4da9-a471-194acd4196a7",
            "gambit_id": "9b05cd9b-9f8c-40f2-915a-0ac5c7908433",
            "last_updated": "2023-01-16T10:51:52.897672-05:00",
            "created_at": "2023-01-15T08:32:03.450643-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6feae1a-6eb0-4d26-91f5-0e38a3db6a99/?format=api"
        }
    ]
}