GET /api/bet_types/23221b5b-c2e2-41b9-b271-e6e5650444dd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "23221b5b-c2e2-41b9-b271-e6e5650444dd",
    "match": "https://api-prod.gambitprofit.com/api/matches/f00d1414-fb96-43c5-a37c-2bb06c96d4db/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-28T09:32:07.850291-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": "New Orleans Pelicans",
                "amount": 6771.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 3229.0
            }
        ],
        "expected_reward_tokens": 9073.14,
        "profit_sb": 73.14,
        "profit_sb_percentage": 0.81,
        "recommended": true
    },
    "lines": [
        {
            "id": "05478f39-7d81-43fb-b703-4a441c92ea77",
            "gambit_id": "f8b0e24a-8678-40b2-b94b-5690214cbc23",
            "last_updated": "2022-12-30T18:47:00.592539-05:00",
            "created_at": "2022-12-28T09:32:07.851462-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.34000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23221b5b-c2e2-41b9-b271-e6e5650444dd/?format=api"
        },
        {
            "id": "7d9cd726-e6a9-4e07-8d40-8c1be0e751f0",
            "gambit_id": "57b3dea7-1578-4a68-bcc1-1bcaab268371",
            "last_updated": "2022-12-30T18:47:00.593664-05:00",
            "created_at": "2022-12-28T09:32:07.852677-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "2.81000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23221b5b-c2e2-41b9-b271-e6e5650444dd/?format=api"
        }
    ]
}