GET /api/bet_types/867b9c48-dda5-4bce-b96c-a1057edc18ff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "867b9c48-dda5-4bce-b96c-a1057edc18ff",
    "match": "https://api-prod.gambitprofit.com/api/matches/5c1303d3-6d5e-4457-b0aa-658cb6e61a4c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-01T12:27:15.596587-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": "BOS",
                "amount": 5317.0
            },
            {
                "team": "TOR",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "83533f87-4b2a-4b93-ac18-3229c61d220b",
            "gambit_id": "cb3764db-b2f6-4cc5-9703-2d84142e02d2",
            "last_updated": "2023-05-02T11:52:08.865899-04:00",
            "created_at": "2023-05-01T12:27:15.598265-04:00",
            "name": "BOS",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/867b9c48-dda5-4bce-b96c-a1057edc18ff/?format=api"
        },
        {
            "id": "59b95024-8ad1-4e02-9150-f66933c336e5",
            "gambit_id": "e340065c-d7c0-4196-9f68-068f091d1246",
            "last_updated": "2023-05-02T11:52:08.867169-04:00",
            "created_at": "2023-05-01T12:27:15.599857-04:00",
            "name": "TOR",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/867b9c48-dda5-4bce-b96c-a1057edc18ff/?format=api"
        }
    ]
}