GET /api/bet_types/1a261fa5-ca03-44f6-96b9-b689c8bfb807/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1a261fa5-ca03-44f6-96b9-b689c8bfb807",
    "match": "https://api-prod.gambitprofit.com/api/matches/fc915507-9850-44cb-b502-da2515476c98/?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": "Minnesota Vikings",
                "amount": 5316.0
            },
            {
                "team": "Miami Dolphins",
                "amount": 4684.0
            }
        ],
        "expected_reward_tokens": 9461.68,
        "profit_sb": -38.32,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "b9995ad9-7a75-4757-b7dc-a36622ce4481",
            "gambit_id": "98397dbd-4c48-4035-8838-63ac80af9a6b",
            "last_updated": "2022-10-17T15:27:04.036039-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Vikings",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a261fa5-ca03-44f6-96b9-b689c8bfb807/?format=api"
        },
        {
            "id": "cf154fd5-64f6-4267-aaf1-15b4cc70752a",
            "gambit_id": "9f8d4a76-e4b9-4a10-8048-1fb5743e6f8d",
            "last_updated": "2022-10-17T15:27:04.035021-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Dolphins",
            "reward": "2.02000",
            "odds": "2.05000",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a261fa5-ca03-44f6-96b9-b689c8bfb807/?format=api"
        }
    ]
}