GET /api/bet_types/70f33ba9-e58b-4dc8-933a-09879e6dc28c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "70f33ba9-e58b-4dc8-933a-09879e6dc28c",
    "match": "https://api-prod.gambitprofit.com/api/matches/f892d3de-1b21-40df-884d-f4a2be3b32c5/?format=api",
    "name": "Pick the Winner",
    "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": "PHI (K Gibson)",
                "amount": 5505.0
            },
            {
                "team": "MIA (S Alcantara)",
                "amount": 4495.0
            }
        ],
        "expected_reward_tokens": 9303.45,
        "profit_sb": 303.45,
        "profit_sb_percentage": 3.37,
        "recommended": true
    },
    "lines": [
        {
            "id": "833975ee-4da9-49fb-be6c-bdd6a179e92f",
            "gambit_id": "243ee1b6-5b1b-4e89-8489-d1499e53b957",
            "last_updated": "2022-09-09T16:11:55.671677-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI (K Gibson)",
            "reward": "1.69000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70f33ba9-e58b-4dc8-933a-09879e6dc28c/?format=api"
        },
        {
            "id": "062b7ba6-20fa-447a-a08f-e7bf2612ea25",
            "gambit_id": "f5db525c-f5f5-44fe-a62e-71c18466faa6",
            "last_updated": "2022-09-09T16:11:55.672684-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIA (S Alcantara)",
            "reward": "2.07000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70f33ba9-e58b-4dc8-933a-09879e6dc28c/?format=api"
        }
    ]
}