GET /api/bet_types/a8f6e561-09ed-4bb8-aaeb-eade48879d08/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a8f6e561-09ed-4bb8-aaeb-eade48879d08",
    "match": "https://api-prod.gambitprofit.com/api/matches/4919d3eb-d6fd-4eec-b14b-f7f115d7f194/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-03T09:56:53.543231-04: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": "Vegas Golden Knights",
                "amount": 6603.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 3397.0
            }
        ],
        "expected_reward_tokens": 9442.29,
        "profit_sb": -57.71,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "3714d6eb-53b7-4b6f-b8cb-f95c6191f057",
            "gambit_id": "0d8306ab-45b0-4c49-a31b-7116106f1068",
            "last_updated": "2023-04-04T19:42:06.402173-04:00",
            "created_at": "2023-04-03T09:56:53.547116-04:00",
            "name": "Vegas Golden Knights",
            "reward": "1.43000",
            "odds": "1.44440",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8f6e561-09ed-4bb8-aaeb-eade48879d08/?format=api"
        },
        {
            "id": "d7a7a494-8586-47ed-a98c-609d1b5f35d1",
            "gambit_id": "4e7062fc-e291-4dc1-8420-56518c6d09d3",
            "last_updated": "2023-04-04T19:42:06.400119-04:00",
            "created_at": "2023-04-03T09:56:53.545063-04:00",
            "name": "Minnesota Wild",
            "reward": "2.78000",
            "odds": "2.85000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8f6e561-09ed-4bb8-aaeb-eade48879d08/?format=api"
        }
    ]
}