GET /api/bet_types/3ba975ba-dc97-41fc-aad0-4db8a4e7e59f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3ba975ba-dc97-41fc-aad0-4db8a4e7e59f",
    "match": "https://api-prod.gambitprofit.com/api/matches/cd1004e1-6783-44dc-9a36-7bcf29fcc9a0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-18T09:16:52.486085-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": "Oklahoma City Thunder",
                "amount": 6035.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 3965.0
            }
        ],
        "expected_reward_tokens": 9595.3,
        "profit_sb": 95.3,
        "profit_sb_percentage": 1.0,
        "recommended": true
    },
    "lines": [
        {
            "id": "d0be4304-2da9-454c-b7d6-87635d18c821",
            "gambit_id": "dcfa8427-5905-4b45-81fe-9bea012a8ff1",
            "last_updated": "2023-01-19T09:27:08.923119-05:00",
            "created_at": "2023-01-18T09:16:52.487317-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.59000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ba975ba-dc97-41fc-aad0-4db8a4e7e59f/?format=api"
        },
        {
            "id": "1e0a8b3c-358c-4766-8b55-f7dbe6dddbde",
            "gambit_id": "049eb7c8-241b-4431-b975-295da68d3c81",
            "last_updated": "2023-01-19T09:27:08.924232-05:00",
            "created_at": "2023-01-18T09:16:52.488543-05:00",
            "name": "Indiana Pacers",
            "reward": "2.42000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ba975ba-dc97-41fc-aad0-4db8a4e7e59f/?format=api"
        }
    ]
}