GET /api/bet_types/5517d608-ec58-4909-8028-f753533945aa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5517d608-ec58-4909-8028-f753533945aa",
    "match": "https://api-prod.gambitprofit.com/api/matches/396b19dc-0bc3-4192-bd6d-40b3332d90f4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-18T09:16:53.545333-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": "Minnesota Timberwolves",
                "amount": 5000.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "6a6976c7-c364-490e-99dd-db752e651043",
            "gambit_id": "5e641ddd-871f-4bb3-b058-12b1715accbb",
            "last_updated": "2023-01-19T09:27:06.619556-05:00",
            "created_at": "2023-01-18T09:16:53.547859-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5517d608-ec58-4909-8028-f753533945aa/?format=api"
        },
        {
            "id": "21f76829-ae4d-4eb9-b3cb-02af847a9b5f",
            "gambit_id": "7ad79744-4016-4478-8c6d-c005adb463ac",
            "last_updated": "2023-01-19T09:27:06.617682-05:00",
            "created_at": "2023-01-18T09:16:53.546526-05:00",
            "name": "Denver Nuggets",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5517d608-ec58-4909-8028-f753533945aa/?format=api"
        }
    ]
}