GET /api/bet_types/a0267c79-a3ae-45c2-b67b-5a50e090096b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a0267c79-a3ae-45c2-b67b-5a50e090096b",
    "match": "https://api-prod.gambitprofit.com/api/matches/46dd70fb-a8f5-46fd-ba9c-3a6c2d7e2aff/?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": "STL (J Quintana)",
                "amount": 6675.0
            },
            {
                "team": "CIN (M Minor)",
                "amount": 3325.0
            }
        ],
        "expected_reward_tokens": 9276.75,
        "profit_sb": 276.75,
        "profit_sb_percentage": 3.08,
        "recommended": true
    },
    "lines": [
        {
            "id": "70517da6-cb4b-4cca-919e-7c40cb7804f3",
            "gambit_id": "59de4675-55b3-48dc-b2a3-374ea06afd2c",
            "last_updated": "2022-09-01T10:47:08.287986-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL (J Quintana)",
            "reward": "1.39000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0267c79-a3ae-45c2-b67b-5a50e090096b/?format=api"
        },
        {
            "id": "b87582cd-6408-4c71-977a-620e4f2437e2",
            "gambit_id": "f6595325-6f07-41ee-8bf7-e8d7e185a874",
            "last_updated": "2022-09-01T10:47:08.287498-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CIN (M Minor)",
            "reward": "2.79000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0267c79-a3ae-45c2-b67b-5a50e090096b/?format=api"
        }
    ]
}