GET /api/bet_types/07cb7ef8-ca91-4ac0-8e00-c0a5071bd368/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "07cb7ef8-ca91-4ac0-8e00-c0a5071bd368",
    "match": "https://api-prod.gambitprofit.com/api/matches/02dbf0bf-d638-4d1a-839e-fc779c03902d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-26T10:56:56.454008-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": "Brooklyn Nets",
                "amount": 7440.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 2560.0
            }
        ],
        "expected_reward_tokens": 9523.2,
        "profit_sb": 23.2,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "1cdbba26-ccac-48ce-9a40-0b55ccee863f",
            "gambit_id": "a09fb843-055c-4e0f-942e-b03a0942fd16",
            "last_updated": "2023-01-27T10:02:16.996602-05:00",
            "created_at": "2023-01-26T10:56:56.455360-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.28000",
            "odds": "1.28570",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07cb7ef8-ca91-4ac0-8e00-c0a5071bd368/?format=api"
        },
        {
            "id": "cc0ec83e-28a7-4b29-8094-0972c17b3922",
            "gambit_id": "5259dc14-e641-416a-a06f-23838ffe9762",
            "last_updated": "2023-01-27T10:02:16.997798-05:00",
            "created_at": "2023-01-26T10:56:56.456713-05:00",
            "name": "Detroit Pistons",
            "reward": "3.72000",
            "odds": "3.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07cb7ef8-ca91-4ac0-8e00-c0a5071bd368/?format=api"
        }
    ]
}