GET /api/bet_types/072122f2-8152-41c1-a128-fd566c612757/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "072122f2-8152-41c1-a128-fd566c612757",
    "match": "https://api-prod.gambitprofit.com/api/matches/25e43989-6127-4039-84c1-f9ade201e79d/?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": "CHC",
                "amount": 5304.0
            },
            {
                "team": "NYM",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "8664c876-a5e7-4768-bb55-8a6cf8382884",
            "gambit_id": "1cee8dc5-c59c-45dc-ba72-9be3ea9e2fb4",
            "last_updated": "2022-09-15T11:07:09.582834-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/072122f2-8152-41c1-a128-fd566c612757/?format=api"
        },
        {
            "id": "94358869-8251-413b-b9d4-85108507489e",
            "gambit_id": "3089d7ae-b419-4128-949f-f42af670eff3",
            "last_updated": "2022-09-15T11:07:09.581846-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/072122f2-8152-41c1-a128-fd566c612757/?format=api"
        }
    ]
}