GET /api/bet_types/86c6cd80-e2fb-415a-9972-62195c3697fa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "86c6cd80-e2fb-415a-9972-62195c3697fa",
    "match": "https://api-prod.gambitprofit.com/api/matches/2fc9ebb2-3bad-489d-a803-0c94c8c5bb77/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-22T08:43:04.483619-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Minnesota Timberwolves",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10800.0,
        "profit_sb": 1300.0,
        "profit_sb_percentage": 13.68,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Minnesota Timberwolves",
                "amount": 8769.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 1231.0
            }
        ],
        "expected_reward_tokens": 9466.39,
        "profit_sb": -33.61,
        "profit_sb_percentage": -0.35,
        "recommended": false
    },
    "lines": [
        {
            "id": "06a1b71c-8fab-4016-b946-910fa3aa52a8",
            "gambit_id": "2aec0032-6519-44c5-aa57-26f39946ff55",
            "last_updated": "2024-01-23T20:03:13.411151-05:00",
            "created_at": "2024-01-22T08:43:04.487873-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.08000",
            "odds": "1.08330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86c6cd80-e2fb-415a-9972-62195c3697fa/?format=api"
        },
        {
            "id": "8626bad2-8a75-4001-bced-17168bddd313",
            "gambit_id": "fe785b4c-0fcd-4edc-8a00-461d81016436",
            "last_updated": "2024-01-23T20:03:13.407765-05:00",
            "created_at": "2024-01-22T08:43:04.492362-05:00",
            "name": "Charlotte Hornets",
            "reward": "7.69000",
            "odds": "8.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86c6cd80-e2fb-415a-9972-62195c3697fa/?format=api"
        }
    ]
}