GET /api/bet_types/3da7d4ab-9f45-412e-97c9-8a355afd42ca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3da7d4ab-9f45-412e-97c9-8a355afd42ca",
    "match": "https://api-prod.gambitprofit.com/api/matches/77ed1c33-1a5c-4744-939a-4fe6b1c4b37a/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Pittsburgh Pirates",
                "amount": 5106.0
            },
            {
                "team": "St Louis Cardinals",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "c261e006-e7d4-4d62-b561-8418ab9261bb",
            "gambit_id": "4bcfcc6d-4452-4ce7-be65-0f8fe5087184",
            "last_updated": "2022-10-04T13:22:07.415845-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Pirates",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3da7d4ab-9f45-412e-97c9-8a355afd42ca/?format=api"
        },
        {
            "id": "36f55d49-f9e4-4814-ad51-615e21d3481c",
            "gambit_id": "d5970495-f896-431e-b32c-b06ac795355e",
            "last_updated": "2022-10-04T13:22:07.416798-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "St Louis Cardinals",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3da7d4ab-9f45-412e-97c9-8a355afd42ca/?format=api"
        }
    ]
}